/freebsd/contrib/lib9p/ |
H A D | threadpool.c | 224 pthread_cond_destroy(&tp->ltp_work_cv); in l9p_threadpool_init() 417 pthread_cond_destroy(&tp->ltp_reply_cv); in l9p_threadpool_shutdown() 418 pthread_cond_destroy(&tp->ltp_work_cv); in l9p_threadpool_shutdown()
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_cond.c | 531 PTHREAD_REQUIRE_STATUS(pthread_cond_destroy(&cond), EBUSY); in ATF_TC_BODY() 533 PTHREAD_REQUIRE(pthread_cond_destroy(&cond)); in ATF_TC_BODY() 590 PTHREAD_REQUIRE(pthread_cond_destroy(&cond)); in ATF_TC_BODY() 630 PTHREAD_REQUIRE(pthread_cond_destroy(&cond)); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 216 INTERCEPTOR(int, pthread_cond_destroy, pthread_cond_t *c) { in INTERCEPTOR() argument 219 int res = REAL(pthread_cond_destroy)(cond); in INTERCEPTOR() 320 INTERCEPT_FUNCTION_VER(pthread_cond_destroy, "GLIBC_2.3.2"); in InitializeInterceptors()
|
/freebsd/tools/test/stress2/misc/ |
H A D | pthread7.sh | 275 if ((rc = pthread_cond_destroy(&newfiles.wait)) != 0) 279 if ((rc = pthread_cond_destroy(&renamedfiles.wait)) != 0)
|
H A D | pthread2.sh | 286 if ((rc = pthread_cond_destroy(&newfiles.wait)) != 0) 290 if ((rc = pthread_cond_destroy(&renamedfiles.wait)) != 0)
|
H A D | pthread3.sh | 279 if ((rc = pthread_cond_destroy(&newfiles.wait)) != 0) 283 if ((rc = pthread_cond_destroy(&renamedfiles.wait)) != 0)
|
H A D | pthread4.sh | 286 if ((rc = pthread_cond_destroy(&newfiles.wait)) != 0) 290 if ((rc = pthread_cond_destroy(&renamedfiles.wait)) != 0)
|
H A D | pthread6.sh | 280 if ((rc = pthread_cond_destroy(&newfiles.wait)) != 0) 284 if ((rc = pthread_cond_destroy(&renamedfiles.wait)) != 0)
|
H A D | kevent.sh | 169 if ((r = pthread_cond_destroy(&cond)) != 0)
|
H A D | kevent2.sh | 165 if ((r = pthread_cond_destroy(&cond)) != 0)
|
/freebsd/contrib/ntp/libntp/lib/isc/pthreads/include/isc/ |
H A D | condition.h | 55 ((pthread_cond_destroy((cp)) == 0) ? \
|
/freebsd/lib/libstdthreads/ |
H A D | cnd.c | 48 (void)pthread_cond_destroy(cond); in cnd_destroy()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
H A D | rtsan_test_interceptors.cpp | 404 pthread_cond_destroy(&cond); in TEST() 415 pthread_cond_destroy(&cond); in TEST() 430 pthread_cond_destroy(&cond); in TEST()
|
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_timer.c | 113 pthread_cond_destroy(&gp_timer_prov->cond); in __cl_timer_prov_destroy() 254 pthread_cond_destroy(&p_timer->cond); in cl_timer_destroy()
|
H A D | cl_threadpool.c | 135 pthread_cond_destroy(&p_thread_pool->cond); in cl_thread_pool_destroy()
|
H A D | cl_event.c | 75 pthread_cond_destroy(&p_event->condvar); in cl_event_destroy()
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | threading.c | 116 int const ret = pthread_cond_destroy(*cond); in ZSTD_pthread_cond_destroy()
|
H A D | threading.h | 95 #define ZSTD_pthread_cond_destroy(a) pthread_cond_destroy((a))
|
/freebsd/cddl/contrib/opensolaris/head/ |
H A D | thread.h | 64 #define cond_destroy(l) pthread_cond_destroy(l)
|
/freebsd/crypto/openssl/util/platform_symbols/ |
H A D | unix-symbols.txt | 90 pthread_cond_destroy
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | device.c | 171 pthread_cond_destroy(&cq->cond); in verbs_cleanup_cq() 459 pthread_cond_destroy(&wq->cond); in __ibv_cleanup_wq()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evthread_pthread.c | 120 pthread_cond_destroy(cond); in evthread_posix_cond_free()
|
/freebsd/contrib/libevent/ |
H A D | evthread_pthread.c | 120 pthread_cond_destroy(cond); in evthread_posix_cond_free()
|
/freebsd/contrib/processor-trace/include/posix/ |
H A D | threads.h | 210 errcode = pthread_cond_destroy(&cnd->cond); in cnd_destroy()
|
/freebsd/crypto/heimdal/lib/ipc/ |
H A D | common.c | 192 pthread_cond_destroy(&s->cond); in heim_ipc_semaphore_release()
|