Searched refs:destroy_semaphore (Results 1 - 4 of 4) 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
124 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);
/external/vulkan-validation-layers/layers/
H A Dcore_validation_types.h784 bool destroy_semaphore; member in struct:CHECK_DISABLED
H A Dcore_validation.cpp3361 if (dev_data->instance_data->disabled.destroy_semaphore) return false;

Completed in 727 milliseconds