Searched defs:took_lock (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/drd/
H A Ddrd_clientreq.c428 const Bool took_lock = arg[3]; local
430 DRD_(mutex_post_lock)(mutex, took_lock, True);
H A Ddrd_mutex.c302 void DRD_(mutex_post_lock)(const Addr mutex, const Bool took_lock, argument
317 took_lock ? "" : " (locking failed)");
319 if (! p || ! took_lock)
H A Ddrd_rwlock.c399 const Bool took_lock)
410 if (! p || ! took_lock)
465 const Bool took_lock)
476 if (! p || ! took_lock)
398 rwlock_post_rdlock(const Addr rwlock, const RwLockT rwlock_type, const Bool took_lock) argument
464 rwlock_post_wrlock(const Addr rwlock, const RwLockT rwlock_type, const Bool took_lock) argument

Completed in 106 milliseconds