Home
last modified time | relevance | path

Searched refs:sem_trywait (Results 1 – 15 of 15) sorted by relevance

/dragonfly/test/libpthread/
HDsem_d.c82 assert(-1 == sem_trywait(&sem_b)); in main()
85 assert(0 == sem_trywait(&sem_b)); in main()
/dragonfly/contrib/gcc-8.0/libgomp/config/posix/
HDlock.c153 return sem_trywait (lock) == 0; in gomp_test_lock_30()
201 if (sem_trywait (&lock->lock) != 0) in gomp_test_nest_lock_30()
/dragonfly/contrib/gcc-4.7/libgomp/config/posix/
HDlock.c155 return sem_trywait (lock) == 0; in gomp_test_lock_30()
203 if (sem_trywait (&lock->lock) != 0) in gomp_test_nest_lock_30()
/dragonfly/test/testcases/posixipc/trywait_unlocked/
HDtrywait_unlocked.c13 if (sem_trywait(&id) < 0) { in main()
/dragonfly/test/testcases/posixipc/trywait_locked/
HDtrywait_locked.c13 if (sem_trywait(&id) >= 0) { in main()
/dragonfly/include/
HDsemaphore.h58 int sem_trywait(sem_t *);
/dragonfly/sys/contrib/dev/acpica/source/os_specific/service_layers/
HDosunixxf.c1009 if (sem_trywait(Sem) == -1) in AcpiOsWaitSemaphore()
1041 if (sem_trywait (Sem) == 0) in AcpiOsWaitSemaphore()
/dragonfly/lib/libpthread/
HDMakefile153 MLINKS+=sem_wait.3 sem_trywait.3
/dragonfly/lib/libc/include/
HDnamespace.h224 #define sem_trywait _sem_trywait macro
HDun-namespace.h205 #undef sem_trywait
/dragonfly/lib/libthread_xu/
HDpthread.map341 sem_trywait;
/dragonfly/lib/libc/gen/
HD_pthread_stubs.c192 WR(stub_zero, sem_trywait);
HDSymbol.map154 sem_trywait;
/dragonfly/lib/libthread_xu/thread/
HDthr_sem.c752 __strong_reference(_sem_trywait, sem_trywait);
/dragonfly/test/interbench/
HDinterbench.c342 if ((ret = sem_trywait(s)) == -1) { in trywait_sem()