OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_semaphore
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/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
111
s_sem =
create_semaphore
(semaphore_name);
Completed in 179 milliseconds