Home
last modified time | relevance | path

Searched refs:sem_destroy (Results 1 – 25 of 26) sorted by relevance

12

/dragonfly/test/testcases/posixipc/post_test/
HDpost_test.c12 sem_destroy(&id); in main()
17 sem_destroy(&id); in main()
21 sem_destroy(&id); in main()
24 if (sem_destroy(&id) < 0) { in main()
/dragonfly/test/testcases/posixipc/trywait_locked/
HDtrywait_locked.c14 sem_destroy(&id); in main()
19 sem_destroy(&id); in main()
23 sem_destroy(&id); in main()
27 if (sem_destroy(&id) < 0) { in main()
/dragonfly/test/testcases/posixipc/wait_unlocked/
HDwait_unlocked.c15 sem_destroy(&id); in main()
21 sem_destroy(&id); in main()
25 sem_destroy(&id); in main()
29 if (sem_destroy(&id) < 0) { in main()
/dragonfly/test/testcases/posixipc/timedwait_unlocked/
HDtimedwait_unlocked.c15 sem_destroy(&id); in main()
21 sem_destroy(&id); in main()
25 sem_destroy(&id); in main()
29 if (sem_destroy(&id) < 0) { in main()
/dragonfly/test/testcases/posixipc/timedwait_expired/
HDtimedwait_expired.c15 sem_destroy(&id); in main()
21 sem_destroy(&id); in main()
25 sem_destroy(&id); in main()
29 if (sem_destroy(&id) < 0) { in main()
/dragonfly/test/testcases/posixipc/max_value/
HDmax_value.c14 sem_destroy(&id); in main()
19 sem_destroy(&id); in main()
24 sem_destroy(&id); in main()
27 if (sem_destroy(&id) < 0) { in main()
/dragonfly/test/testcases/posixipc/trywait_unlocked/
HDtrywait_unlocked.c15 sem_destroy(&id); in main()
19 sem_destroy(&id); in main()
23 if (sem_destroy(&id) < 0) { in main()
/dragonfly/test/testcases/posixipc/common/
HDcommon.c97 if (sem_destroy(id) < 0) in destruct_shared_unnamed_sem()
323 sem_destroy(&id); in sem_init_should_fail()
359 if (sem_destroy(id) >= 0) { in sem_destroy_should_fail()
/dragonfly/test/libpthread/
HDsem_d.c101 assert(0 == sem_destroy(&sem_b)); in main()
129 assert(0 == sem_destroy(&sem_a)); in main()
/dragonfly/contrib/gcc-8.0/libgomp/config/posix/
HDlock.c134 sem_destroy (lock); in gomp_destroy_lock_30()
167 sem_destroy (&lock->lock); in gomp_destroy_nest_lock_30()
HDsem.h85 sem_destroy (sem); in gomp_sem_destroy()
/dragonfly/contrib/gcc-4.7/libgomp/config/posix/
HDlock.c136 sem_destroy (lock); in gomp_destroy_lock_30()
169 sem_destroy (&lock->lock); in gomp_destroy_nest_lock_30()
HDsem.h84 sem_destroy (sem); in gomp_sem_destroy()
/dragonfly/test/testcases/posixipc/create_unnamed_semaphore/
HDcreate_unnamed_semaphore.c11 if (sem_destroy(&id) < 0) { in main()
/dragonfly/test/testcases/posixipc/close_unnamed_semaphore/
HDclose_unnamed_semaphore.c15 sem_destroy(&id); in main()
/dragonfly/include/
HDsemaphore.h53 int sem_destroy(sem_t *);
/dragonfly/lib/libpthread/
HDMakefile78 sem_destroy.3 \
/dragonfly/lib/libc/include/
HDnamespace.h218 #define sem_destroy _sem_destroy macro
HDun-namespace.h199 #undef sem_destroy
/dragonfly/lib/libthread_xu/
HDpthread.map335 sem_destroy;
/dragonfly/lib/libc/gen/
HD_pthread_stubs.c187 WR(stub_zero, sem_destroy);
HDSymbol.map148 sem_destroy;
/dragonfly/sys/contrib/dev/acpica/source/os_specific/service_layers/
HDosunixxf.c955 if (sem_destroy (Sem) == -1) in AcpiOsDeleteSemaphore()
/dragonfly/lib/libthread_xu/thread/
HDthr_sem.c749 __strong_reference(_sem_destroy, sem_destroy);
/dragonfly/usr.bin/sort/
HDradixsort.c685 sem_destroy(&mtsem); in run_sort()

12