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

  /external/valgrind/drd/tests/
pth_inconsistent_cond_wait.c 45 static sem_t* create_semaphore(const char* const name) function
112 s_sem = create_semaphore(semaphore_name);
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);
  /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);

Completed in 176 milliseconds