Searched refs:sem_open (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ | ||
D | semaphore.h | 47 extern sem_t *sem_open(const char *, int, ...); |
/bionic/libc/bionic/ | ||
D | semaphore.c | 129 sem_t *sem_open(const char *name, int oflag, ...) in sem_open() function |