| /freebsd-13.1/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-13.1/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-13.1/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() 319 INTERCEPT_FUNCTION_VER(pthread_cond_destroy, "GLIBC_2.3.2"); in InitializeInterceptors()
|
| /freebsd-13.1/lib/libstdthreads/ |
| H A D | cnd.c | 52 (void)pthread_cond_destroy(cond); in cnd_destroy()
|
| /freebsd-13.1/contrib/ntp/lib/isc/pthreads/include/isc/ |
| H A D | condition.h | 55 ((pthread_cond_destroy((cp)) == 0) ? \
|
| /freebsd-13.1/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-13.1/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-13.1/cddl/contrib/opensolaris/head/ |
| H A D | thread.h | 64 #define cond_destroy(l) pthread_cond_destroy(l)
|
| /freebsd-13.1/contrib/apr/locks/unix/ |
| H A D | thread_cond.c | 29 rv = pthread_cond_destroy(&cond->cond); in thread_cond_cleanup()
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | evthread_pthread.c | 120 pthread_cond_destroy(cond); in evthread_posix_cond_free()
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | evthread_pthread.c | 120 pthread_cond_destroy(cond); in evthread_posix_cond_free()
|
| /freebsd-13.1/crypto/heimdal/lib/ipc/ |
| H A D | common.c | 192 pthread_cond_destroy(&s->cond); in heim_ipc_semaphore_release()
|
| /freebsd-13.1/contrib/processor-trace/include/posix/ |
| H A D | threads.h | 210 errcode = pthread_cond_destroy(&cnd->cond); in cnd_destroy()
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | mevent_test.c | 161 pthread_cond_destroy(&sync.e_cond); in echoer()
|
| /freebsd-13.1/lib/libthr/ |
| H A D | pthread.map | 43 pthread_cond_destroy;
|
| /freebsd-13.1/lib/libc/include/ |
| H A D | namespace.h | 122 #define pthread_cond_destroy _pthread_cond_destroy macro
|
| H A D | un-namespace.h | 103 #undef pthread_cond_destroy
|
| /freebsd-13.1/include/ |
| H A D | pthread.h | 201 int pthread_cond_destroy(pthread_cond_t *);
|
| /freebsd-13.1/contrib/sendmail/libmilter/ |
| H A D | libmilter.h | 150 #define scond_destroy(cp) pthread_cond_destroy(cp)
|
| /freebsd-13.1/contrib/xz/src/common/ |
| H A D | mythread.h | 259 int ret = pthread_cond_destroy(&cond->cond); in mythread_cond_destroy()
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | Symbol.map | 31 pthread_cond_destroy;
|
| H A D | _pthread_stubs.c | 224 STUB_FUNC1(pthread_cond_destroy, PJT_COND_DESTROY, int, void *)
|