Searched refs:pthread_cond_destroy (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-13-stable/lib/libstdthreads/
H A Dcnd.c52 (void)pthread_cond_destroy(cond);
/freebsd-13-stable/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dcondition.h55 ((pthread_cond_destroy((cp)) == 0) ? \
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dthreading.c116 int const ret = pthread_cond_destroy(*cond);
H A Dthreading.h95 #define ZSTD_pthread_cond_destroy(a) pthread_cond_destroy((a))
/freebsd-13-stable/contrib/lib9p/
H A Dthreadpool.c224 pthread_cond_destroy(&tp->ltp_work_cv);
417 pthread_cond_destroy(&tp->ltp_reply_cv);
418 pthread_cond_destroy(&tp->ltp_work_cv);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp215 INTERCEPTOR(int, pthread_cond_destroy, pthread_cond_t *c) {
218 int res = REAL(pthread_cond_destroy)(cond);
318 INTERCEPT_FUNCTION_VER(pthread_cond_destroy, "GLIBC_2.3.2");
/freebsd-13-stable/contrib/libevent/
H A Devthread_pthread.c120 pthread_cond_destroy(cond);
/freebsd-13-stable/cddl/contrib/opensolaris/head/
H A Dthread.h64 #define cond_destroy(l) pthread_cond_destroy(l)
/freebsd-13-stable/contrib/apr/locks/unix/
H A Dthread_cond.c29 rv = pthread_cond_destroy(&cond->cond);
/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_event.c75 pthread_cond_destroy(&p_event->condvar);
H A Dcl_threadpool.c135 pthread_cond_destroy(&p_thread_pool->cond);
H A Dcl_timer.c113 pthread_cond_destroy(&gp_timer_prov->cond);
254 pthread_cond_destroy(&p_timer->cond);
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c120 pthread_cond_destroy(cond);
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c531 PTHREAD_REQUIRE_STATUS(pthread_cond_destroy(&cond), EBUSY);
533 PTHREAD_REQUIRE(pthread_cond_destroy(&cond));
590 PTHREAD_REQUIRE(pthread_cond_destroy(&cond));
630 PTHREAD_REQUIRE(pthread_cond_destroy(&cond));
/freebsd-13-stable/contrib/processor-trace/include/posix/
H A Dthreads.h210 errcode = pthread_cond_destroy(&cnd->cond);
/freebsd-13-stable/crypto/heimdal/lib/ipc/
H A Dcommon.c192 pthread_cond_destroy(&s->cond);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dmevent_test.c163 pthread_cond_destroy(&sync.e_cond);
/freebsd-13-stable/contrib/sendmail/libmilter/
H A Dlibmilter.h150 #define scond_destroy(cp) pthread_cond_destroy(cp)
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h122 #define pthread_cond_destroy _pthread_cond_destroy macro
H A Dun-namespace.h103 #undef pthread_cond_destroy macro
/freebsd-13-stable/include/
H A Dpthread.h201 int pthread_cond_destroy(pthread_cond_t *);
/freebsd-13-stable/contrib/xz/src/common/
H A Dmythread.h259 int ret = pthread_cond_destroy(&cond->cond);
/freebsd-13-stable/lib/libc/gen/
H A D_pthread_stubs.c224 STUB_FUNC1(pthread_cond_destroy, PJT_COND_DESTROY, int, void *)
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_cond.c71 __weak_reference(_thr_cond_destroy, pthread_cond_destroy);
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_opensm.c353 pthread_cond_destroy(&p_osm->stats.cond);

Completed in 147 milliseconds

12