Home
last modified time | relevance | path

Searched refs:sem_wait (Results 1 – 19 of 19) sorted by relevance

/dragonfly/test/libpthread/
HDsem_d.c52 sem_wait(sem); in entry()
81 assert(0 == sem_wait(&sem_b)); in main()
87 assert(0 == sem_wait(&sem_b)); in main()
/dragonfly/lib/libpthread/
HDMakefile84 sem_wait.3 \
153 MLINKS+=sem_wait.3 sem_trywait.3
/dragonfly/contrib/gcc-8.0/libgomp/config/posix/
HDlock.c140 while (sem_wait (lock) != 0) in gomp_set_lock_30()
177 while (sem_wait (&lock->lock) != 0) in gomp_set_nest_lock_30()
HDsem.c121 while (sem_wait (sem) != 0) in gomp_sem_wait()
/dragonfly/contrib/gcc-4.7/libgomp/config/posix/
HDlock.c142 while (sem_wait (lock) != 0) in gomp_set_lock_30()
179 while (sem_wait (&lock->lock) != 0) in gomp_set_nest_lock_30()
HDsem.c120 while (sem_wait (sem) != 0) in gomp_sem_wait()
/dragonfly/test/testcases/posixipc/common/
HDcommon.c113 if (sem_wait(id) < 0) { in testwait()
253 if (sem_wait(id) < 0) in wait_twoproc_child()
/dragonfly/include/
HDsemaphore.h57 int sem_wait(sem_t *);
/dragonfly/test/testcases/posixipc/use_after_unlink/
HDuse_after_unlink.c38 if (sem_wait(id) < 0) { in main()
/dragonfly/usr.bin/sort/
HDfile.c141 sem_wait(&tmp_files_sem); in tmp_file_atexit()
158 sem_wait(&tmp_files_sem); in clear_tmp_files()
176 sem_wait(&tmp_files_sem); in file_is_tmp()
1585 sem_wait(&mtsem); in mt_sort()
HDradixsort.c637 sem_wait(&mtsem); in run_top_sort_level()
/dragonfly/lib/libc/include/
HDnamespace.h226 #define sem_wait _sem_wait macro
HDun-namespace.h207 #undef sem_wait
/dragonfly/lib/libthread_xu/
HDpthread.map343 sem_wait;
/dragonfly/lib/libc/gen/
HD_pthread_stubs.c195 WR(stub_zero, sem_wait);
HDSymbol.map156 sem_wait;
/dragonfly/sys/contrib/dev/acpica/source/os_specific/service_layers/
HDosunixxf.c1019 while (((RetVal = sem_wait (Sem)) == -1) && (errno == EINTR)) in AcpiOsWaitSemaphore()
/dragonfly/lib/libthread_xu/thread/
HDthr_sem.c753 __strong_reference(_sem_wait, sem_wait);
/dragonfly/test/interbench/
HDinterbench.c330 if ((sem_wait(s)) == -1) { in wait_sem()