HomeSort by relevance Sort by last modified time
    Searched refs:took_lock (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/drd/
drd_rwlock.h 48 const Bool took_lock);
51 const Bool took_lock);
drd_mutex.h 45 void DRD_(mutex_post_lock)(const Addr mutex, const Bool took_lock,
drd_mutex.c 284 void DRD_(mutex_post_lock)(const Addr mutex, const Bool took_lock,
299 took_lock ? "" : " (locking failed)");
301 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 395 const Bool took_lock = arg[3]; local
397 DRD_(mutex_post_lock)(mutex, took_lock, True);

Completed in 322 milliseconds