Home
last modified time | relevance | path

Searched refs:semaphore_post_wait (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/drd/
Ddrd_semaphore.h49 void DRD_(semaphore_post_wait)(const DrdThreadId tid, const Addr semaphore,
Ddrd_clientreq.c241 DRD_(semaphore_post_wait)(drd_tid, arg[1], True /* waited */); in handle_client_request() local
495 DRD_(semaphore_post_wait)(drd_tid, arg[1], arg[2]); in handle_client_request() local
Ddrd_semaphore.c344 void DRD_(semaphore_post_wait)(const DrdThreadId tid, const Addr semaphore, in DRD_() argument