Home
last modified time | relevance | path

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

/external/valgrind/main/drd/
Ddrd_rwlock.h43 void DRD_(rwlock_set_shared_threshold)(const UInt shared_threshold_ms);
Ddrd_main.c78 int shared_threshold_ms = -1; in DRD_() local
123 else if VG_INT_CLO (arg, "--shared-threshold", shared_threshold_ms) {} in DRD_()
145 if (shared_threshold_ms != -1) in DRD_()
147 DRD_(rwlock_set_shared_threshold)(shared_threshold_ms); in DRD_()
Ddrd_rwlock.c81 void DRD_(rwlock_set_shared_threshold)(const UInt shared_threshold_ms) in DRD_()
83 DRD_(s_shared_threshold_ms) = shared_threshold_ms; in DRD_()