Searched refs:sem_destroy (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/include/
H A Dsemaphore.h47 int sem_destroy(sem_t*);
/bionic/tools/versioner/current/
H A Dsemaphore.h47 int sem_destroy(sem_t*);
/bionic/tests/
H A Dsemaphore_test.cpp52 ASSERT_EQ(0, sem_destroy(&s));
64 ASSERT_EQ(0, sem_destroy(&s));
132 ASSERT_EQ(0, sem_destroy(&s));
/bionic/libc/bionic/
H A Dsemaphore.cpp121 int sem_destroy(sem_t*) { function

Completed in 84 milliseconds