Symbol: sem_wait
include/semaphore.h
68
int sem_wait(sem_t *);
lib/libc/gen/sem.c
117
FB10_COMPAT(_libc_sem_wait_compat, sem_wait);
lib/libc/gen/sem_new.c
63
__weak_reference(_sem_wait, sem_wait);
lib/libthr/thread/thr_sem.c
50
FB10_COMPAT(_sem_wait_compat, sem_wait);
tests/sys/aio/aio_test.c
184
ATF_REQUIRE_EQ(0, sem_wait(&completions));
tests/sys/aio/lio_test.c
184
ATF_REQUIRE_EQ(0, sem_wait(&completions));
tests/sys/aio/lio_test.c
205
ATF_REQUIRE_EQ(0, sem_wait(&completions));
tests/sys/cddl/zfs/tests/txg_integrity/fsync_integrity.c
391
if (-1 == sem_wait(&chunk_sems[thread_num - 1][chunk_idx])){
tests/sys/cddl/zfs/tests/txg_integrity/txg_integrity.c
437
if (-1 == sem_wait(&chunk_sems[chunk_idx])){
tests/sys/fs/fusefs/default_permissions.cc
1503
sem_wait(&sem);
tests/sys/fs/fusefs/destroy.cc
200
sem_wait(&sem);
tests/sys/fs/fusefs/dev_fuse_poll.cc
162
sem_wait(&sem1);
tests/sys/fs/fusefs/dev_fuse_poll.cc
207
EXPECT_EQ(0, sem_wait(&sem0)) << strerror(errno);
tests/sys/fs/fusefs/forget.cc
90
sem_wait(&sem);
tests/sys/fs/fusefs/getattr.cc
194
sem_wait(&sem);
tests/sys/fs/fusefs/getattr.cc
306
sem_wait(&sem);
tests/sys/fs/fusefs/interrupt.cc
334
sem_wait(&sem1);
tests/sys/fs/fusefs/interrupt.cc
350
sem_wait(&sem0);
tests/sys/fs/fusefs/interrupt.cc
431
sem_wait(&sem0);
tests/sys/fs/fusefs/interrupt.cc
446
sem_wait(&sem1); /* Sequence the two operations */
tests/sys/fs/fusefs/interrupt.cc
507
sem_wait(&sem0);
tests/sys/fs/fusefs/interrupt.cc
521
sem_wait(&sem1); /* Sequence the two operations */
tests/sys/fs/fusefs/interrupt.cc
646
sem_wait(signaled_semaphore);
tests/sys/fs/fusefs/interrupt.cc
697
sem_wait(&sem0);
tests/sys/fs/fusefs/interrupt.cc
734
sem_wait(&sem1); /* Sequence the two mkdirs */
tests/sys/fs/fusefs/interrupt.cc
74
sem_wait(blocked_semaphore);
tests/sys/fs/fusefs/last_local_modify.cc
113
sem_wait(sem);
tests/sys/fs/fusefs/last_local_modify.cc
136
sem_wait(sem);
tests/sys/fs/fusefs/last_local_modify.cc
155
sem_wait(sem);
tests/sys/fs/fusefs/last_local_modify.cc
176
sem_wait(sem);
tests/sys/fs/fusefs/last_local_modify.cc
341
sem_wait(&sem);
tests/sys/fs/fusefs/mknod.cc
281
sem_wait(&sem);
tests/sys/fs/fusefs/open.cc
126
sem_wait(&sem);
tests/sys/fs/fusefs/opendir.cc
98
sem_wait(&sem);
tests/sys/fs/fusefs/pre-init.cc
101
sem_wait(&sem0);
tests/sys/fs/fusefs/pre-init.cc
147
sem_wait(&sem0);
tests/sys/fs/fusefs/read.cc
357
ASSERT_EQ(0, sem_wait(&sem)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
358
ASSERT_EQ(0, sem_wait(&sem)) << strerror(errno);
tests/sys/fs/fusefs/rmdir.cc
111
sem_wait(&sem);
tests/sys/fs/fusefs/rmdir.cc
142
sem_wait(&sem);
tests/sys/fs/fusefs/rmdir.cc
160
sem_wait(&sem);
tests/sys/fs/fusefs/setattr.cc
807
sem_wait(&sem);
tests/sys/fs/fusefs/statfs.cc
120
ASSERT_EQ(0, sem_wait(&sem)) << strerror(errno);
tests/sys/fs/fusefs/symlink.cc
192
sem_wait(&sem);
tests/sys/fs/fusefs/unlink.cc
207
sem_wait(&sem);
tests/sys/fs/fusefs/utils.cc
606
if (sem_wait(sem)) {
tests/sys/fs/fusefs/xattr.cc
53
sem_wait(&killer_semaphore);
tests/sys/kern/kcov.c
184
sem_wait(&sem2);
tests/sys/kern/kcov.c
204
sem_wait(&sem1);
tests/sys/kern/ptrace_test.c
2569
err = sem_wait(&sigusr1_sem);
tests/sys/kern/ptrace_test.c
2904
err = sem_wait(&sigusr1_sem);
tests/sys/kern/ptrace_test.c
2957
err = sem_wait(&sigusr1_sem);
tests/sys/kern/ptrace_test.c
3029
err = sem_wait(&sigusr1_sem);
tests/sys/kern/ptrace_test.c
3122
err = sem_wait(&sigusr1_sem);
tools/regression/posixsem2/semtest.c
35
if (sem_wait(s))
tools/regression/posixsem2/semtest.c
75
if (sem_wait(s))
tools/regression/pthread/unwind/sem_wait_cancel.cpp
17
sem_wait(&sem);
tools/tools/syscall_timing/syscall_timing.c
639
error = sem_wait(&buf[0]);
tools/tools/syscall_timing/syscall_timing.c
653
error = sem_wait(&buf[1]);
usr.bin/sort/file.c
133
sem_wait(&tmp_files_sem);
usr.bin/sort/file.c
1472
sem_wait(&mtsem);
usr.bin/sort/file.c
150
sem_wait(&tmp_files_sem);
usr.bin/sort/file.c
168
sem_wait(&tmp_files_sem);
usr.bin/sort/radixsort.c
663
sem_wait(&mtsem);
usr.sbin/bhyve/pci_nvme.c
2316
sem_wait(&sc->iosemlock);
usr.sbin/camdd/camdd.c
3356
if ((sem_wait(&camdd_sem) == -1)
usr.sbin/pppctl/pppctl.c
330
sem_wait(&sem_select);
usr.sbin/pppctl/pppctl.c
334
sem_wait(&sem_select);