Home
last modified time | relevance | path

Searched refs:sem_post (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/tests/lib/semaphore/
H A Dsem.c43 sem_post(&sem); in ATF_TC_BODY()
44 sem_post(&sem); in ATF_TC_BODY()
114 sem_post(&semmarit[2]); in hthread()
156 sem_post(&semmarit[0]); in ATF_TC_BODY()
157 sem_post(&semmarit[1]); in ATF_TC_BODY()
196 sem_post(&semmarit[0]); in ATF_TC_BODY()
197 sem_post(&semmarit[1]); in ATF_TC_BODY()
272 ATF_REQUIRE_EQ(sem_post(sem2), 0); in ATF_TC_BODY()
286 sem_post(sem1); in ATF_TC_BODY()
/netbsd-src/tests/lib/libpthread/
H A Dt_sem.c171 SEM_REQUIRE(sem_post(&sem_b)); in ATF_TC_BODY()
178 SEM_REQUIRE(sem_post(&sem_b)); in ATF_TC_BODY()
180 SEM_REQUIRE(sem_post(&sem_b)); in ATF_TC_BODY()
182 SEM_REQUIRE(sem_post(&sem_b)); in ATF_TC_BODY()
197 SEM_REQUIRE(sem_post(&sem_a)); in ATF_TC_BODY()
216 SEM_REQUIRE(sem_post(&sem)); in sighandler()
/netbsd-src/tests/lib/librt/
H A Dt_sem.c96 ATF_REQUIRE_EQ(sem_post(sem_b), 0); in ATF_TC_BODY()
103 ATF_REQUIRE_EQ(sem_post(sem_b), 0); in ATF_TC_BODY()
105 ATF_REQUIRE_EQ(sem_post(sem_b), 0); in ATF_TC_BODY()
107 ATF_REQUIRE_EQ(sem_post(sem_b), 0); in ATF_TC_BODY()
159 ATF_REQUIRE_EQ(sem_post(sem_a), 0); in ATF_TC_BODY()
264 ATF_REQUIRE_EQ(sem_post(&master_region->the_sem), 0); in ATF_TC_BODY()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dtls.c90 if (sem_post (&tell_main) == -1) in spin()
204 if (sem_post (&tell_thread) == -1) in do_pass()
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dtls.c90 if (sem_post (&tell_main) == -1) in spin()
204 if (sem_post (&tell_thread) == -1) in do_pass()
/netbsd-src/lib/librt/
H A Dsem.c83 #define sem_post _librt_sem_post macro
152 __weak_alias(sem_post,_librt_sem_post) in __weak_alias()
410 sem_post(sem_t *sem) in sem_post() function
H A DMakefile19 sem_destroy.3 sem_getvalue.3 sem_init.3 sem_open.3 sem_post.3 \
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/posix/
H A Dlock.c147 sem_post (lock); in gomp_unset_lock_30()
190 sem_post (&lock->lock); in gomp_unset_nest_lock_30()
H A Dsem.h80 sem_post (sem); in gomp_sem_post()
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/posix/
H A Dlock.c147 sem_post (lock); in gomp_unset_lock_30()
190 sem_post (&lock->lock); in gomp_unset_nest_lock_30()
H A Dsem.h82 sem_post (sem); in gomp_sem_post()
/netbsd-src/include/
H A Dsemaphore.h50 int sem_post(sem_t *);
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dos390-syscalls.h70 int sem_post(UV_PLATFORM_SEM_T* semid);
H A Dos390-syscalls.c524 int sem_post(UV_PLATFORM_SEM_T* semid) { in sem_post() function
H A Dthread.c637 if (sem_post(sem)) in uv__sem_post()
/netbsd-src/tests/fs/ffs/
H A Dh_ffs_server.c47 sem_post(&sigsem); in sigreboot()
H A Dh_quota2_tests.c375 sem_post(&sigsem); in sigreboot()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dbarrier.c115 if (sem_post(&bar->bar_sem) == -1) in barrier_wait()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerShmemPosix.cpp91 sem_post((sem_t*)Semaphore[Idx]); in Post()
/netbsd-src/tests/modules/
H A Dt_kcov.c200 sem_post(&sem1); in kcov_mmap_enable_thread()
218 sem_post(&sem2); in ATF_TC_BODY()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsemaphore.d174 int sem_post(sem_t*);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dsemaphore_base.h111 auto __err = sem_post(&_M_semaphore); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Dsemaphore.d297 int rc = sem_post( &m_hndl ); in notify()
/netbsd-src/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Dosunixxf.c1021 if (sem_post (Sem) == -1) in AcpiOsSignalSemaphore()
/netbsd-src/usr.bin/rump_allserver/
H A Drump_allserver.c99 sem_post(&sigsem); in sigreboot()

12