OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s_mutex_lock_threshold_ms
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/drd/
drd_mutex.c
51
static UInt
s_mutex_lock_threshold_ms
;
variable
64
s_mutex_lock_threshold_ms
= lock_threshold_ms;
408
if (
s_mutex_lock_threshold_ms
> 0)
411
if (held >
s_mutex_lock_threshold_ms
)
415
mutex, p->acquired_at, held,
s_mutex_lock_threshold_ms
};
Completed in 117 milliseconds