Home
last modified time | relevance | path

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

/external/valgrind/main/drd/
Ddrd_rwlock.h49 const Bool took_lock);
52 const Bool took_lock);
Ddrd_mutex.h46 void DRD_(mutex_post_lock)(const Addr mutex, const Bool took_lock,
Ddrd_rwlock.c406 const Bool took_lock) in DRD_()
417 if (! p || ! took_lock) in DRD_()
472 const Bool took_lock) in DRD_()
483 if (! p || ! took_lock) in DRD_()
Ddrd_mutex.c285 void DRD_(mutex_post_lock)(const Addr mutex, const Bool took_lock, in DRD_()
300 took_lock ? "" : " (locking failed)"); in DRD_()
302 if (! p || ! took_lock) in DRD_()
Ddrd_clientreq.c390 const Bool took_lock = arg[3]; in handle_client_request() local
392 DRD_(mutex_post_lock)(mutex, took_lock, True); in handle_client_request()