Home
last modified time | relevance | path

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

/dragonfly/test/libpthread/
HDsem_d.c77 assert(0 == sem_post(&sem_b)); in main()
84 assert(0 == sem_post(&sem_b)); in main()
86 assert(0 == sem_post(&sem_b)); in main()
88 assert(0 == sem_post(&sem_b)); in main()
110 assert(0 == sem_post(&sem_a)); in main()
122 assert(0 == sem_post(&sem_a)); in main()
/dragonfly/contrib/gcc-8.0/libgomp/config/posix/
HDlock.c147 sem_post (lock); in gomp_unset_lock_30()
190 sem_post (&lock->lock); in gomp_unset_nest_lock_30()
HDsem.h80 sem_post (sem); in gomp_sem_post()
/dragonfly/contrib/gcc-4.7/libgomp/config/posix/
HDlock.c149 sem_post (lock); in gomp_unset_lock_30()
192 sem_post (&lock->lock); in gomp_unset_nest_lock_30()
HDsem.h79 sem_post (sem); in gomp_sem_post()
/dragonfly/test/testcases/posixipc/post_test/
HDpost_test.c15 if (sem_post(&id) < 0) { in main()
/dragonfly/test/testcases/posixipc/wait_locked/
HDwait_locked.c21 sem_post(id); in main()
/dragonfly/include/
HDsemaphore.h60 int sem_post(sem_t *);
/dragonfly/test/testcases/posixipc/timedwait_locked/
HDtimedwait_locked.c25 sem_post(id); in main()
/dragonfly/test/testcases/posixipc/use_after_unlink/
HDuse_after_unlink.c27 if (sem_post(id) < 0) { in main()
/dragonfly/lib/libpthread/
HDMakefile82 sem_post.3 \
/dragonfly/usr.bin/sort/
HDfile.c146 sem_post(&tmp_files_sem); in tmp_file_atexit()
163 sem_post(&tmp_files_sem); in clear_tmp_files()
184 sem_post(&tmp_files_sem); in file_is_tmp()
1315 sem_post(&mtsem); in mt_sort_thread()
HDradixsort.c524 sem_post(&mtsem); in sort_thread()
/dragonfly/test/testcases/posixipc/common/
HDcommon.c131 if (sem_post(alarm_id) < 0) in alarm_handler()
/dragonfly/lib/libc/include/
HDnamespace.h222 #define sem_post _sem_post macro
HDun-namespace.h203 #undef sem_post
/dragonfly/lib/libthread_xu/
HDpthread.map339 sem_post;
/dragonfly/lib/libc/gen/
HD_pthread_stubs.c191 WR(stub_zero, sem_post);
HDSymbol.map152 sem_post;
/dragonfly/sys/contrib/dev/acpica/source/os_specific/service_layers/
HDosunixxf.c1129 if (sem_post (Sem) == -1) in AcpiOsSignalSemaphore()
/dragonfly/lib/libthread_xu/thread/
HDthr_sem.c755 __strong_reference(_sem_post, sem_post);
/dragonfly/test/interbench/
HDinterbench.c320 if ((sem_post(s)) == -1) { in post_sem()