Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_rwlock.h48 const Bool took_lock);
51 const Bool took_lock);
Ddrd_rwlock.c399 const Bool took_lock) in DRD_()
410 if (! p || ! took_lock) in DRD_()
465 const Bool took_lock) in DRD_()
476 if (! p || ! took_lock) in DRD_()
Ddrd_mutex.h46 void DRD_(mutex_post_lock)(const Addr mutex, const Bool took_lock,
Ddrd_mutex.c302 void DRD_(mutex_post_lock)(const Addr mutex, const Bool took_lock, in DRD_()
317 took_lock ? "" : " (locking failed)"); in DRD_()
319 if (! p || ! took_lock) in DRD_()
Ddrd_clientreq.c428 const Bool took_lock = arg[3]; in handle_client_request() local
430 DRD_(mutex_post_lock)(mutex, took_lock, True); in handle_client_request()