Symbol: sem_post
include/semaphore.h
64
int sem_post(sem_t *);
lib/libc/gen/sem.c
120
FB10_COMPAT(_libc_sem_post_compat, sem_post);
lib/libc/gen/sem_new.c
58
__weak_reference(_sem_post, sem_post);
lib/libthr/thread/thr_sem.c
52
FB10_COMPAT(_sem_post_compat, sem_post);
tests/sys/aio/aio_test.c
170
ATF_REQUIRE_EQ(0, sem_post(&completions));
tests/sys/aio/aio_test.c
176
ATF_REQUIRE_EQ(0, sem_post(&completions));
tests/sys/aio/lio_test.c
48
ATF_REQUIRE_EQ(0, sem_post(&completions));
tests/sys/aio/lio_test.c
54
ATF_REQUIRE_EQ(0, sem_post(&completions));
tests/sys/cddl/zfs/tests/txg_integrity/fsync_integrity.c
403
if (sem_post(&chunk_sems[thread_num][chunk_idx]) == -1){
tests/sys/cddl/zfs/tests/txg_integrity/txg_integrity.c
466
if (sem_post(&chunk_sems[chunk_idx]) == -1){
tests/sys/fs/fusefs/destroy.cc
186
sem_post(&sem);
tests/sys/fs/fusefs/dev_fuse_poll.cc
160
sem_post(&sem0);
tests/sys/fs/fusefs/dev_fuse_poll.cc
214
EXPECT_EQ(0, sem_post(&sem1)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
108
sem_post(blocked_semaphore);
tests/sys/fs/fusefs/interrupt.cc
126
sem_post(blocked_semaphore);
tests/sys/fs/fusefs/interrupt.cc
144
sem_post(blocked_semaphore);
tests/sys/fs/fusefs/interrupt.cc
333
sem_post(&sem0);
tests/sys/fs/fusefs/interrupt.cc
357
sem_post(&sem1);
tests/sys/fs/fusefs/interrupt.cc
429
sem_post(&sem1);
tests/sys/fs/fusefs/interrupt.cc
456
ASSERT_EQ(0, sem_post(&sem0)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
505
sem_post(&sem1);
tests/sys/fs/fusefs/interrupt.cc
530
ASSERT_EQ(0, sem_post(&sem0)) << strerror(errno);
tests/sys/fs/fusefs/interrupt.cc
643
sem_post(blocked_semaphore);
tests/sys/fs/fusefs/interrupt.cc
694
sem_post(&sem1);
tests/sys/fs/fusefs/interrupt.cc
79
sem_post(signaled_semaphore);
tests/sys/fs/fusefs/last_local_modify.cc
274
sem_post(&sem);
tests/sys/fs/fusefs/last_local_modify.cc
412
sem_post(&sem);
tests/sys/fs/fusefs/pre-init.cc
107
sem_post(&sem0);
tests/sys/fs/fusefs/pre-init.cc
166
sem_post(&sem0);
tests/sys/fs/fusefs/read.cc
319
sem_post(&sem);
tests/sys/fs/fusefs/read.cc
331
sem_post(&sem);
tests/sys/fs/fusefs/statfs.cc
111
sem_post(&sem);
tests/sys/fs/fusefs/utils.cc
261
sem_post(sem);
tests/sys/fs/fusefs/utils.cc
636
ASSERT_EQ(0, sem_post(sem)) << strerror(errno);
tests/sys/fs/fusefs/xattr.cc
464
sem_post(&killer_semaphore);
tests/sys/kern/kcov.c
183
sem_post(&sem1);
tests/sys/kern/kcov.c
206
sem_post(&sem2);
tests/sys/kern/ptrace_test.c
2532
CHILD_REQUIRE_EQ(sem_post(&sigusr1_sem), 0);
tests/sys/netmap/ctrl-api-test.c
1369
sem_post(ctx->sem);
tools/regression/posixsem2/semtest.c
42
if (sem_post(s))
tools/regression/posixsem2/semtest.c
82
if (sem_post(s))
tools/tools/syscall_timing/syscall_timing.c
642
error = sem_post(&buf[1]);
tools/tools/syscall_timing/syscall_timing.c
650
error = sem_post(&buf[0]);
usr.bin/sort/file.c
1202
sem_post(&mtsem);
usr.bin/sort/file.c
138
sem_post(&tmp_files_sem);
usr.bin/sort/file.c
155
sem_post(&tmp_files_sem);
usr.bin/sort/file.c
176
sem_post(&tmp_files_sem);
usr.bin/sort/radixsort.c
551
sem_post(&mtsem);
usr.sbin/bhyve/pci_nvme.c
2308
sem_post(&sc->iosemlock);
usr.sbin/camdd/camdd.c
1877
sem_post(&camdd_sem);
usr.sbin/camdd/camdd.c
3156
sem_post(&camdd_sem);
usr.sbin/pppctl/pppctl.c
231
sem_post(&sem_select);
usr.sbin/pppctl/pppctl.c
255
sem_post(&sem_select);
usr.sbin/pppctl/pppctl.c
634
sem_post(&sem_select);