Searched defs:create_semaphore (Results 1 - 2 of 2) sorted by last modified time

/external/valgrind/main/drd/tests/
H A Dcircular_buffer.c60 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);
H A Dpth_inconsistent_cond_wait.c45 static sem_t* create_semaphore(const char* const name) function
111 s_sem = create_semaphore(semaphore_name);

Completed in 116 milliseconds