Home
last modified time | relevance | path

Searched refs:sem_wait (Results 1 – 11 of 11) sorted by relevance

/bionic/tests/
Dsemaphore_test.cpp68 ASSERT_EQ(0, sem_wait(&sem)); in SemWaitThreadTestFn()
184 ASSERT_EQ(0, sem_wait(&s)); in TEST()
199 int result = sem_wait(sem); in SemWaitEINTRThreadFn()
/bionic/benchmarks/
Dsemaphore_benchmark.cpp42 sem_wait(&semaphore); in BM_semaphore_sem_wait_sem_post()
/bionic/tests/headers/posix/
Dsemaphore_h.c47 FUNCTION(sem_wait, int (*f)(sem_t*)); in semaphore_h()
/bionic/libc/include/
Dsemaphore.h64 int sem_wait(sem_t* __sem);
/bionic/libc/bionic/
Dsemaphore.cpp214 int sem_wait(sem_t* sem) { in sem_wait() function
/bionic/docs/
Dstatus.md152 * `sem_wait` now returns EINTR when interrupted by a signal.
319 ### Interruptable `sem_wait` (targetSdkVersion >= N)
321 POSIX says that `sem_wait` can be interrupted by delivery of a
324 compatibility, `sem_wait` can only return EINTR on Android if the app
/bionic/libc/tools/
Dposix-2013.txt900 sem_wait
/bionic/tools/versioner/platforms/
Dlibc.map.txt911 sem_wait;
/bionic/libc/
Dlibc.map.txt911 sem_wait;
/bionic/benchmarks/linker_relocation/gen/
Dlinker_reloc_bench_main.S3593 CALL(sem_wait)
Dliblinker_reloc_bench_030.S19080 CALL(sem_wait)