/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | libgprofng.ver | 36 sem_wait; 50 sem_wait; 85 sem_wait; 126 sem_wait; 142 sem_wait;
|
H A D | synctrace.c | 818 DCL_FUNC_VER (DCL_SEM_WAIT, sem_wait_2_34, sem_wait@GLIBC_2.34) 819 DCL_FUNC_VER (DCL_SEM_WAIT, sem_wait_2_17, sem_wait@GLIBC_2.17) 820 DCL_FUNC_VER (DCL_SEM_WAIT, sem_wait_2_2_5, sem_wait@GLIBC_2.2.5) 821 DCL_FUNC_VER (DCL_SEM_WAIT, sem_wait_2_0, sem_wait@GLIBC_2.0) 822 DCL_FUNC_VER (DCL_SEM_WAIT, sem_wait_2_1, sem_wait@GLIBC_2.1) 823 DCL_SEM_WAIT (sem_wait)
|
/netbsd-src/tests/lib/semaphore/ |
H A D | sem.c | 46 sem_wait(&sem); in ATF_TC_BODY() 47 sem_wait(&sem); in ATF_TC_BODY() 115 sem_wait(&semmarit[1]); in hthread() 116 sem_wait(&semmarit[0]); in hthread() 145 sem_wait(&semmarit[2]); in ATF_TC_BODY() 194 sem_wait(&semmarit[2]); in ATF_TC_BODY()
|
/netbsd-src/tests/lib/libpthread/ |
H A D | t_sem.c | 150 sem_wait(semp); in entry() 175 SEM_REQUIRE(sem_wait(&sem_b)); in ATF_TC_BODY() 181 SEM_REQUIRE(sem_wait(&sem_b)); in ATF_TC_BODY() 239 ret = sem_wait(&sem); in threadfunc()
|
/netbsd-src/lib/librt/ |
H A D | Makefile | 20 sem_wait.3 28 MLINKS+= sem_wait.3 sem_timedwait.3 29 MLINKS+= sem_wait.3 sem_trywait.3
|
H A D | sem.c | 80 #define sem_wait _librt_sem_wait macro 149 __weak_alias(sem_wait,_librt_sem_wait) in __weak_alias() 368 sem_wait(sem_t *sem) in sem_wait() function
|
/netbsd-src/tests/lib/librt/ |
H A D | t_sem.c | 100 ATF_REQUIRE_EQ(sem_wait(sem_b), 0); in ATF_TC_BODY() 106 ATF_REQUIRE_EQ(sem_wait(sem_b), 0); in ATF_TC_BODY() 146 ATF_REQUIRE_MSG(sem_wait(sem_a) == 0, in ATF_TC_BODY() 248 ATF_REQUIRE_MSG(sem_wait(&slave_region->the_sem) in ATF_TC_BODY()
|
/netbsd-src/tests/fs/nfs/nfsservice/ |
H A D | rumpnfsd.c | 147 sem_wait(&gensem); in main() 151 sem_wait(&gensem); in main()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | synctrace.c | 988 SYMVER_ATTRIBUTE (__collector_sem_wait_2_1, sem_wait@@GLIBC_2.1) 992 if (NULL_PTR (sem_wait)) in __collector_sem_wait_2_1() 998 SYMVER_ATTRIBUTE (__collector_sem_wait_2_0, sem_wait@GLIBC_2.0) 1002 if (NULL_PTR (sem_wait)) in __collector_sem_wait_2_0() 1015 sem_wait (sem_t *sp) 1019 if (NULL_PTR (sem_wait)) 1026 return CALL_REAL (sem_wait)(sp); 1035 ret = CALL_REAL (sem_wait)(sp);
|
H A D | mapfile.amd64-Linux | 28 sem_wait; 66 sem_wait;
|
H A D | mapfile.intel-Linux | 29 sem_wait; 41 sem_wait;
|
H A D | mapfile.sparc-Linux | 30 sem_wait;
|
H A D | mapfile.aarch64-Linux | 28 sem_wait;
|
H A D | mapfile.sparcv9-Linux | 38 sem_wait;
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
H A D | tls.c | 105 if (sem_wait (&tell_thread) == 0) in spin() 177 if (sem_wait (&tell_main) == 0) in do_pass()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
H A D | tls.c | 105 if (sem_wait (&tell_thread) == 0) in spin() 177 if (sem_wait (&tell_main) == 0) in do_pass()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/posix/ |
H A D | lock.c | 140 while (sem_wait (lock) != 0) in gomp_set_lock_30() 177 while (sem_wait (&lock->lock) != 0) in gomp_set_nest_lock_30()
|
H A D | sem.c | 121 while (sem_wait (sem) != 0) in gomp_sem_wait()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/posix/ |
H A D | lock.c | 140 while (sem_wait (lock) != 0) in gomp_set_lock_30() 177 while (sem_wait (&lock->lock) != 0) in gomp_set_nest_lock_30()
|
H A D | sem.c | 141 while (sem_wait (sem) != 0) in gomp_sem_wait()
|
/netbsd-src/include/ |
H A D | semaphore.h | 54 int sem_wait(sem_t *);
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | os390-syscalls.h | 72 int sem_wait(UV_PLATFORM_SEM_T* semid);
|
/netbsd-src/tests/fs/ffs/ |
H A D | h_ffs_server.c | 108 sem_wait(&sigsem); in main()
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | barrier.c | 96 if (sem_wait(&bar->bar_sem) == -1) in barrier_wait()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerShmemPosix.cpp | 96 for (int i = 0; i < 10 && sem_wait((sem_t*)Semaphore[Idx]); i++) { in Wait()
|