Searched defs:destroy_semaphore (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/drd/tests/
H A Dpth_inconsistent_cond_wait.c64 static void destroy_semaphore(const char* const name, sem_t* p) function
123 destroy_semaphore(semaphore_name, s_sem);
H A Dcircular_buffer.c79 static void destroy_semaphore(const char* const name, sem_t* p) function
150 destroy_semaphore(DATA_SEMAPHORE_NAME, b->data);
151 destroy_semaphore(FREE_SEMAPHORE_NAME, b->free);

Completed in 164 milliseconds