Home
last modified time | relevance | path

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

/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/tests/
Dsemaphore_test.cpp74 ASSERT_EQ(0, sem_wait(&sem)); in SemWaitThreadTestFn()
192 ASSERT_EQ(0, sem_wait(&s)); in TEST()
207 int result = sem_wait(sem); in SemWaitEINTRThreadFn()
Dmalloc_test.cpp1520 sem_wait(sem); in TEST()
/bionic/libc/include/
Dsemaphore.h64 int sem_wait(sem_t* _Nonnull __sem);
/bionic/libc/bionic/
Dsemaphore.cpp214 int sem_wait(sem_t* sem) { in sem_wait() function
Dpthread_internal.cpp266 if (TEMP_FAILURE_RETRY(sem_wait(&g_sem)) != 0) { in android_run_on_all_threads()
/bionic/docs/
Dstatus.md209 * `sem_wait` now returns EINTR when interrupted by a signal.
384 ### Interruptable `sem_wait` (targetSdkVersion >= 24)
386 POSIX says that `sem_wait` can be interrupted by delivery of a
389 compatibility, `sem_wait` can only return EINTR on Android if the app
/bionic/libc/tools/
Dposix-2013.txt900 sem_wait
/bionic/libc/
Dlibc.map.txt911 sem_wait;
/bionic/tools/versioner/platforms/
Dlibc.map.txt911 sem_wait;
/bionic/benchmarks/linker_relocation/gen/
Dlinker_reloc_bench_main.S3593 CALL(sem_wait)