HomeSort by relevance Sort by last modified time
    Searched full:exclusive_threshold_ms (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/drd/
drd_rwlock.h 42 void DRD_(rwlock_set_exclusive_threshold)(const UInt exclusive_threshold_ms);
drd_main.c 72 int exclusive_threshold_ms = -1; local
118 else if VG_INT_CLO (arg, "--exclusive-threshold", exclusive_threshold_ms) {}
126 if (exclusive_threshold_ms != -1)
128 DRD_(mutex_set_lock_threshold)(exclusive_threshold_ms);
129 DRD_(rwlock_set_exclusive_threshold)(exclusive_threshold_ms);
drd_rwlock.c 76 void DRD_(rwlock_set_exclusive_threshold)(const UInt exclusive_threshold_ms)
78 DRD_(s_exclusive_threshold_ms) = exclusive_threshold_ms;

Completed in 51 milliseconds