Searched defs:exclusive_threshold_ms (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_rwlock.c75 void DRD_(rwlock_set_exclusive_threshold)(const UInt exclusive_threshold_ms) argument
77 DRD_(s_exclusive_threshold_ms) = exclusive_threshold_ms;
H A Ddrd_main.c73 int exclusive_threshold_ms = -1; local
124 else if VG_INT_CLO (arg, "--exclusive-threshold", exclusive_threshold_ms) {}
133 if (exclusive_threshold_ms != -1)
135 DRD_(mutex_set_lock_threshold)(exclusive_threshold_ms);
136 DRD_(rwlock_set_exclusive_threshold)(exclusive_threshold_ms);

Completed in 67 milliseconds