HomeSort by relevance Sort by last modified time
    Searched refs:shared_threshold_ms (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/drd/
drd_rwlock.h 43 void DRD_(rwlock_set_shared_threshold)(const UInt shared_threshold_ms);
drd_main.c 78 int shared_threshold_ms = -1; local
123 else if VG_INT_CLO (arg, "--shared-threshold", shared_threshold_ms) {}
145 if (shared_threshold_ms != -1)
147 DRD_(rwlock_set_shared_threshold)(shared_threshold_ms);
drd_rwlock.c 81 void DRD_(rwlock_set_shared_threshold)(const UInt shared_threshold_ms)
83 DRD_(s_shared_threshold_ms) = shared_threshold_ms;

Completed in 46 milliseconds