Home
last modified time | relevance | path

Searched refs:sem_post (Results 1 – 10 of 10) sorted by relevance

/bionic/tests/
Dsemaphore_test.cpp85 ASSERT_EQ(0, sem_post(&s)); in TEST()
86 ASSERT_EQ(0, sem_post(&s)); in TEST()
87 ASSERT_EQ(0, sem_post(&s)); in TEST()
176 ASSERT_EQ(0, sem_post(&s)); in TEST()
180 ASSERT_EQ(0, sem_post(&s)); in TEST()
228 ASSERT_EQ(0, sem_post(&s)); in TEST()
251 ASSERT_EQ(0, sem_post(&s)); in TEST()
/bionic/benchmarks/
Dsemaphore_benchmark.cpp43 sem_post(&semaphore); in BM_semaphore_sem_wait_sem_post()
/bionic/tests/headers/posix/
Dsemaphore_h.c43 FUNCTION(sem_post, int (*f)(sem_t*)); in semaphore_h()
/bionic/libc/include/
Dsemaphore.h52 int sem_post(sem_t* __sem);
/bionic/libc/bionic/
Dsemaphore.cpp289 int sem_post(sem_t* sem) { in sem_post() function
/bionic/libc/tools/
Dposix-2013.txt896 sem_post
/bionic/tools/versioner/platforms/
Dlibc.map.txt907 sem_post;
/bionic/libc/
Dlibc.map.txt907 sem_post;
/bionic/benchmarks/linker_relocation/gen/
Dlinker_reloc_bench_main.S3601 CALL(sem_post)
Dliblinker_reloc_bench_030.S19079 CALL(sem_post)