/external/valgrind/drd/tests/ |
circular_buffer.c | 60 static sem_t* create_semaphore(const char* const name, const int value) function 92 b->data = create_semaphore(DATA_SEMAPHORE_NAME, 0); 93 b->free = create_semaphore(FREE_SEMAPHORE_NAME, BUFFER_MAX);
|
pth_inconsistent_cond_wait.c | 45 static sem_t* create_semaphore(const char* const name) function 112 s_sem = create_semaphore(semaphore_name);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
thread_atheos.h | 37 mutex->sem = create_semaphore(name, 0, 0);
185 sema = create_semaphore(name, 1, 0);
|
/external/python/cpython2/Python/ |
thread_atheos.h | 37 mutex->sem = create_semaphore(name, 0, 0); 185 sema = create_semaphore(name, 1, 0);
|
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/ |
object_tracker.cpp | 521 static void create_semaphore(VkDevice dispatchable_object, VkSemaphore vkObj, VkDebugReportObjectTypeEXT objType) function in namespace:object_tracker [all...] |