OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutex_type_unknown
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/drd/
drd_clientreq.h
246
mutex_type_unknown
= -1,
enumerator in enum:__anon25829
drd_mutex.c
167
if (mutex_type ==
mutex_type_unknown
|| p->mutex_type == mutex_type)
257
if (p && mutex_type ==
mutex_type_unknown
)
373
if (p && mutex_type ==
mutex_type_unknown
)
479
case
mutex_type_unknown
:
drd_qtcore_intercepts.c
77
*
mutex_type_unknown
and let drd_mutex.c look up the real mutex type.
81
return
mutex_type_unknown
;
drd_pthread_intercepts.c
392
return
mutex_type_unknown
;
[
all
...]
Completed in 247 milliseconds