HomeSort by relevance Sort by last modified time
    Searched full:s_mutex_lock_threshold_ms (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/drd/
drd_mutex.c 52 static UInt s_mutex_lock_threshold_ms = 1000 * 1000; variable
65 s_mutex_lock_threshold_ms = lock_threshold_ms;
426 if (s_mutex_lock_threshold_ms > 0)
429 if (held > s_mutex_lock_threshold_ms)
433 mutex, p->acquired_at, held, s_mutex_lock_threshold_ms };

Completed in 47 milliseconds