HomeSort by relevance Sort by last modified time
    Searched full:destroy_semaphore (Results 1 - 5 of 5) sorted by null

  /external/valgrind/drd/tests/
pth_inconsistent_cond_wait.c 64 static void destroy_semaphore(const char* const name, sem_t* p) function
124 destroy_semaphore(semaphore_name, s_sem);
circular_buffer.c 79 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/deqp/external/vulkancts/modules/vulkan/api/
vktApiNullHandleTests.cpp 288 addFunctionCase(group, "destroy_semaphore", "", test<VkSemaphore>);
  /external/vulkan-validation-layers/layers/
core_validation_types.h 784 bool destroy_semaphore; member in struct:CHECK_DISABLED
    [all...]
core_validation.cpp     [all...]

Completed in 490 milliseconds