OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:took_lock
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/drd/
drd_rwlock.h
48
const Bool
took_lock
);
51
const Bool
took_lock
);
drd_mutex.h
46
void DRD_(mutex_post_lock)(const Addr mutex, const Bool
took_lock
,
drd_mutex.c
302
void DRD_(mutex_post_lock)(const Addr mutex, const Bool
took_lock
,
317
took_lock
? "" : " (locking failed)");
319
if (! p || !
took_lock
)
drd_rwlock.c
399
const Bool
took_lock
)
410
if (! p || !
took_lock
)
465
const Bool
took_lock
)
476
if (! p || !
took_lock
)
drd_clientreq.c
428
const Bool
took_lock
= arg[3];
local
430
DRD_(mutex_post_lock)(mutex,
took_lock
, True);
Completed in 110 milliseconds