Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_semaphore.c39 static void semaphore_cleanup(struct semaphore_info* p);
103 p->cleanup = (void(*)(DrdClientobj*))semaphore_cleanup; in drd_semaphore_initialize()
117 static void semaphore_cleanup(struct semaphore_info* p) in semaphore_cleanup() function