Home | History | Annotate | Download | only in drd

Lines Matching refs:exclusive_threshold_ms

72    int exclusive_threshold_ms = -1;
125 else if VG_INT_CLO (arg, "--exclusive-threshold", exclusive_threshold_ms) {}
134 if (exclusive_threshold_ms != -1)
136 DRD_(mutex_set_lock_threshold)(exclusive_threshold_ms);
137 DRD_(rwlock_set_exclusive_threshold)(exclusive_threshold_ms);