Home
last modified time | relevance | path

Searched refs:exclusive_threshold_ms (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/drd/
Ddrd_main.c72 int exclusive_threshold_ms = -1; in DRD_() local
127 else if VG_INT_CLO (arg, "--exclusive-threshold", exclusive_threshold_ms) {} in DRD_()
136 if (exclusive_threshold_ms != -1) in DRD_()
138 DRD_(mutex_set_lock_threshold)(exclusive_threshold_ms); in DRD_()
139 DRD_(rwlock_set_exclusive_threshold)(exclusive_threshold_ms); in DRD_()
Ddrd_rwlock.h41 void DRD_(rwlock_set_exclusive_threshold)(const UInt exclusive_threshold_ms);
Ddrd_rwlock.c75 void DRD_(rwlock_set_exclusive_threshold)(const UInt exclusive_threshold_ms) in DRD_()
77 DRD_(s_exclusive_threshold_ms) = exclusive_threshold_ms; in DRD_()