Home
last modified time | relevance | path

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

/bionic/tests/
Dsemaphore_test.cpp89 ASSERT_EQ(0, sem_post(&s)); in TEST()
90 ASSERT_EQ(0, sem_post(&s)); in TEST()
91 ASSERT_EQ(0, sem_post(&s)); in TEST()
180 ASSERT_EQ(0, sem_post(&s)); in TEST()
184 ASSERT_EQ(0, sem_post(&s)); in TEST()
232 ASSERT_EQ(0, sem_post(&s)); in TEST()
255 ASSERT_EQ(0, sem_post(&s)); in TEST()
Dmalloc_test.cpp1466 ASSERT_EQ(0, sem_post(&sem)); 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/
Dpthread_internal.cpp152 sem_post(&g_sem); in android_run_on_all_threads()
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)