Searched refs:took_lock (Results 1 – 5 of 5) sorted by relevance
49 const Bool took_lock);52 const Bool took_lock);
46 void DRD_(mutex_post_lock)(const Addr mutex, const Bool took_lock,
406 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_()
285 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_()
390 const Bool took_lock = arg[3]; in handle_client_request() local392 DRD_(mutex_post_lock)(mutex, took_lock, True); in handle_client_request()