HomeSort by relevance Sort by last modified time
    Searched defs:create_semaphore (Results 1 - 2 of 2) 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);

Completed in 56 milliseconds