Home
last modified time | relevance | path

Searched refs:pthread_cond_destroy (Results 1 – 25 of 45) sorted by relevance

12

/freebsd-14.2/contrib/lib9p/
H A Dthreadpool.c224 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-14.2/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c531 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-14.2/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp216 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-14.2/tools/test/stress2/misc/
H A Dpthread7.sh275 if ((rc = pthread_cond_destroy(&newfiles.wait)) != 0)
279 if ((rc = pthread_cond_destroy(&renamedfiles.wait)) != 0)
H A Dpthread2.sh286 if ((rc = pthread_cond_destroy(&newfiles.wait)) != 0)
290 if ((rc = pthread_cond_destroy(&renamedfiles.wait)) != 0)
H A Dpthread3.sh279 if ((rc = pthread_cond_destroy(&newfiles.wait)) != 0)
283 if ((rc = pthread_cond_destroy(&renamedfiles.wait)) != 0)
H A Dpthread6.sh280 if ((rc = pthread_cond_destroy(&newfiles.wait)) != 0)
284 if ((rc = pthread_cond_destroy(&renamedfiles.wait)) != 0)
H A Dpthread4.sh286 if ((rc = pthread_cond_destroy(&newfiles.wait)) != 0)
290 if ((rc = pthread_cond_destroy(&renamedfiles.wait)) != 0)
H A Dkevent.sh169 if ((r = pthread_cond_destroy(&cond)) != 0)
H A Dkevent2.sh165 if ((r = pthread_cond_destroy(&cond)) != 0)
/freebsd-14.2/lib/libstdthreads/
H A Dcnd.c48 (void)pthread_cond_destroy(cond); in cnd_destroy()
/freebsd-14.2/contrib/ntp/libntp/lib/isc/pthreads/include/isc/
H A Dcondition.h55 ((pthread_cond_destroy((cp)) == 0) ? \
/freebsd-14.2/sys/contrib/zstd/lib/common/
H A Dthreading.c116 int const ret = pthread_cond_destroy(*cond); in ZSTD_pthread_cond_destroy()
H A Dthreading.h95 #define ZSTD_pthread_cond_destroy(a) pthread_cond_destroy((a))
/freebsd-14.2/contrib/ofed/opensm/complib/
H A Dcl_timer.c113 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 Dcl_threadpool.c135 pthread_cond_destroy(&p_thread_pool->cond); in cl_thread_pool_destroy()
H A Dcl_event.c75 pthread_cond_destroy(&p_event->condvar); in cl_event_destroy()
/freebsd-14.2/cddl/contrib/opensolaris/head/
H A Dthread.h64 #define cond_destroy(l) pthread_cond_destroy(l)
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c120 pthread_cond_destroy(cond); in evthread_posix_cond_free()
/freebsd-14.2/contrib/libevent/
H A Devthread_pthread.c120 pthread_cond_destroy(cond); in evthread_posix_cond_free()
/freebsd-14.2/crypto/heimdal/lib/ipc/
H A Dcommon.c192 pthread_cond_destroy(&s->cond); in heim_ipc_semaphore_release()
/freebsd-14.2/contrib/processor-trace/include/posix/
H A Dthreads.h210 errcode = pthread_cond_destroy(&cnd->cond); in cnd_destroy()
/freebsd-14.2/usr.sbin/bhyve/
H A Dmevent_test.c159 pthread_cond_destroy(&sync.e_cond); in echoer()
/freebsd-14.2/lib/libthr/
H A Dpthread.map42 pthread_cond_destroy;
/freebsd-14.2/lib/libc/include/
H A Dun-namespace.h101 #undef pthread_cond_destroy

12