Home
last modified time | relevance | path

Searched defs:sem_init (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/tests/
H A Dsemaphore_test.cpp33 TEST(semaphore, sem_init) { in TEST() argument
/aosp12/bionic/libc/bionic/
H A Dsemaphore.cpp103 int sem_init(sem_t* sem, int pshared, unsigned int value) { in sem_init() function