Lines Matching refs:Addr
97 const Addr semaphore)
143 drd_semaphore_get_or_allocate(const Addr semaphore)
162 static struct semaphore_info* semaphore_get(const Addr semaphore)
169 struct semaphore_info* DRD_(semaphore_init)(const Addr semaphore,
218 void DRD_(semaphore_destroy)(const Addr semaphore)
233 .addr = semaphore,
247 struct semaphore_info* DRD_(semaphore_open)(const Addr semaphore,
291 void DRD_(semaphore_close)(const Addr semaphore)
306 .addr = semaphore,
320 void DRD_(semaphore_pre_wait)(const Addr semaphore)
344 void DRD_(semaphore_post_wait)(const DrdThreadId tid, const Addr semaphore,
403 void DRD_(semaphore_pre_post)(const DrdThreadId tid, const Addr semaphore)
426 void DRD_(semaphore_post_post)(const DrdThreadId tid, const Addr semaphore,