Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_mutex.c51 static UInt s_mutex_lock_threshold_ms; variable
64 s_mutex_lock_threshold_ms = lock_threshold_ms; in DRD_()
427 if (s_mutex_lock_threshold_ms > 0) in DRD_()
430 if (held > s_mutex_lock_threshold_ms) in DRD_()
434 mutex, p->acquired_at, held, s_mutex_lock_threshold_ms }; in DRD_()