Searched refs:sem_post (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-13-stable/lib/libc/gen/
H A Dsem_new.c60 __weak_reference(_sem_post, sem_post);
450 * The sem_post() interface is reentrant with respect to signals and may be
H A DMakefile.inc290 sem_post.3 \
/freebsd-13-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c1129 if (sem_post (Sem) == -1)
/freebsd-13-stable/tools/tools/syscall_timing/
H A Dsyscall_timing.c644 error = sem_post(&buf[1]);
646 err(1, "sem_post");
652 error = sem_post(&buf[0]);
654 err(1, "sem_post");
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dread.cc249 sem_post(&sem);
261 sem_post(&sem);
H A Dxattr.cc422 sem_post(&killer_semaphore);
/freebsd-13-stable/contrib/ntp/libntp/
H A Dwork_thread.c81 # define tickle_sem sem_post
/freebsd-13-stable/usr.bin/sort/
H A Dradixsort.c555 sem_post(&mtsem);
/freebsd-13-stable/tests/sys/aio/
H A Daio_test.c170 ATF_REQUIRE_EQ(0, sem_post(&completions));
176 ATF_REQUIRE_EQ(0, sem_post(&completions));
/freebsd-13-stable/usr.sbin/camdd/
H A Dcamdd.c1891 sem_post(&camdd_sem);
3177 sem_post(&camdd_sem);
/freebsd-13-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c258 if (sem_post(mutex->os.psem_interproc) < 0) {
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Dpreload.c738 sem_post(sem);
/freebsd-13-stable/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dfsync_integrity.c404 if (sem_post(&chunk_sems[thread_num][chunk_idx]) == -1){
405 perror("sem_post");
H A Dtxg_integrity.c467 if (sem_post(&chunk_sems[chunk_idx]) == -1){
468 perror("sem_post");
/freebsd-13-stable/tests/sys/netmap/
H A Dctrl-api-test.c1317 sem_post(ctx->sem);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_nvme.c1822 sem_post(&sc->iosemlock);
/freebsd-13-stable/tests/sys/kern/
H A Dptrace_test.c2542 CHILD_REQUIRE_EQ(sem_post(&sigusr1_sem), 0);
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 585 milliseconds

12