Home | History | Annotate | Download | only in drd

Lines Matching refs:exclusive_threshold_ms

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