Home | History | Annotate | Download | only in drd

Lines Matching refs:shared_threshold_ms

77    int shared_threshold_ms    = -1;
127 else if VG_INT_CLO (arg, "--shared-threshold", shared_threshold_ms) {}
149 if (shared_threshold_ms != -1)
151 DRD_(rwlock_set_shared_threshold)(shared_threshold_ms);