| /freebsd-13.1/contrib/netbsd-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()
|
| /freebsd-13.1/contrib/netbsd-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()
|
| /freebsd-13.1/tests/sys/fs/fusefs/ |
| H A D | rmdir.cc | 113 sem_wait(&sem); in TEST_F() 144 sem_wait(&sem); in TEST_F() 162 sem_wait(&sem); in TEST_F()
|
| H A D | interrupt.cc | 76 sem_wait(blocked_semaphore); in killer() 336 sem_wait(&sem1); in TEST_F() 352 sem_wait(&sem0); in TEST_F() 433 sem_wait(&sem0); in TEST_F() 448 sem_wait(&sem1); /* Sequence the two operations */ in TEST_F() 509 sem_wait(&sem0); in TEST_F() 523 sem_wait(&sem1); /* Sequence the two operations */ in TEST_F() 648 sem_wait(signaled_semaphore); in TEST_F() 699 sem_wait(&sem0); in TEST_F() 736 sem_wait(&sem1); /* Sequence the two mkdirs */ in TEST_F()
|
| H A D | last_local_modify.cc | 115 sem_wait(sem); in allocate_th() 137 sem_wait(sem); in copy_file_range_th() 156 sem_wait(sem); in setattr_th() 176 sem_wait(sem); in write_th() 333 sem_wait(&sem); in TEST_P()
|
| H A D | dev_fuse_poll.cc | 165 sem_wait(&sem1); in TEST_F() 210 EXPECT_EQ(0, sem_wait(&sem0)) << strerror(errno); in TEST_F()
|
| H A D | destroy.cc | 121 sem_wait(&sem); in TEST_F()
|
| H A D | forget.cc | 92 sem_wait(&sem); in TEST_F()
|
| H A D | opendir.cc | 107 sem_wait(&sem); in TEST_F()
|
| H A D | getattr.cc | 196 sem_wait(&sem); in TEST_F() 305 sem_wait(&sem); in TEST_F()
|
| H A D | statfs.cc | 122 ASSERT_EQ(0, sem_wait(&sem)) << strerror(errno); in TEST_F()
|
| /freebsd-13.1/contrib/ofed/librdmacm/examples/ |
| H A D | rping.c | 362 sem_wait(&cb->sem); in rping_accept() 638 sem_wait(&cb->sem); in rping_test_server() 662 sem_wait(&cb->sem); in rping_test_server() 684 sem_wait(&cb->sem); in rping_test_server() 710 ret = sem_wait(&cb->sem); in rping_test_server() 855 sem_wait(&listening_cb->sem); in rping_run_persistent_server() 884 sem_wait(&cb->sem); in rping_run_server() 971 sem_wait(&cb->sem); in rping_test_client() 987 sem_wait(&cb->sem); in rping_test_client() 1025 sem_wait(&cb->sem); in rping_connect_client() [all …]
|
| /freebsd-13.1/tools/regression/posixsem2/ |
| H A D | semtest.c | 36 if (sem_wait(s)) in test_unnamed() 76 if (sem_wait(s)) in test_named()
|
| /freebsd-13.1/contrib/netbsd-tests/fs/nfs/nfsservice/ |
| H A D | rumpnfsd.c | 148 sem_wait(&gensem); in main() 152 sem_wait(&gensem); in main()
|
| /freebsd-13.1/contrib/netbsd-tests/lib/librt/ |
| H A D | t_sem.c | 128 ATF_REQUIRE_EQ(sem_wait(sem_b), 0); in ATF_TC_BODY() 134 ATF_REQUIRE_EQ(sem_wait(sem_b), 0); in ATF_TC_BODY() 175 ATF_REQUIRE_MSG(sem_wait(sem_a) == 0, in ATF_TC_BODY()
|
| /freebsd-13.1/tools/regression/pthread/unwind/ |
| H A D | sem_wait_cancel.cpp | 18 sem_wait(&sem); in thr()
|
| /freebsd-13.1/include/ |
| H A D | semaphore.h | 70 int sem_wait(sem_t *);
|
| /freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | barrier.c | 72 sem_wait(&bar->bar_sem); in barrier_wait()
|
| /freebsd-13.1/contrib/netbsd-tests/fs/ffs/ |
| H A D | h_ffs_server.c | 108 sem_wait(&sigsem); in main()
|
| /freebsd-13.1/contrib/ofed/librdmacm/ |
| H A D | cma.h | 69 sem_wait(&lock->sem); in fastlock_acquire()
|
| /freebsd-13.1/tests/sys/aio/ |
| H A D | lio_test.c | 188 ATF_REQUIRE_EQ(0, sem_wait(&completions)); in ATF_TC_BODY() 209 ATF_REQUIRE_EQ(0, sem_wait(&completions)); in ATF_TC_BODY()
|
| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_sem.c | 53 FB10_COMPAT(_sem_wait_compat, sem_wait);
|
| /freebsd-13.1/tests/sys/kern/ |
| H A D | kcov.c | 159 sem_wait(&sem2); in kcov_mmap_enable_thread() 174 sem_wait(&sem1); in ATF_TC_BODY()
|
| /freebsd-13.1/contrib/netbsd-tests/fs/common/ |
| H A D | fstest_lfs.c | 173 sem_wait(&args->ta_cleanerloop); in lfs_fstest_mount()
|
| /freebsd-13.1/usr.sbin/pppctl/ |
| H A D | pppctl.c | 333 sem_wait(&sem_select); in Monitor() 337 sem_wait(&sem_select); in Monitor()
|