Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/gcc/
HDgthr-posix.h114 __gthrw3(pthread_cond_destroy)
123 __gthrw(pthread_cond_destroy)
532 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)) in __gthread_objc_condition_deallocate()
HDgthr-posix95.h88 __gthrw(pthread_cond_destroy)
498 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)) in __gthread_objc_condition_deallocate()
HDgthr-posix.c128 pthread_cond_destroy (pthread_cond_t *cond ATTRIBUTE_UNUSED) in pthread_cond_destroy() function
HDgthr-dce.h84 __gthrw(pthread_cond_destroy) in __gthrw()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
HDdd_interceptors.cpp215 INTERCEPTOR(int, pthread_cond_destroy, pthread_cond_t *c) { in INTERCEPTOR() argument
218 int res = REAL(pthread_cond_destroy)(cond); in INTERCEPTOR()
318 INTERCEPT_FUNCTION_VER(pthread_cond_destroy, "GLIBC_2.3.2"); in InitializeInterceptors()
/freebsd-11-stable/lib/libstdthreads/
HDcnd.c50 (void)pthread_cond_destroy(cond); in cnd_destroy()
/freebsd-11-stable/contrib/ntp/lib/isc/pthreads/include/isc/
HDcondition.h55 ((pthread_cond_destroy((cp)) == 0) ? \
/freebsd-11-stable/contrib/gcclibs/libgomp/config/posix/
HDsem.c113 ret = pthread_cond_destroy (&sem->cond); in gomp_sem_destroy()
/freebsd-11-stable/contrib/ofed/opensm/complib/
HDcl_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()
HDcl_threadpool.c135 pthread_cond_destroy(&p_thread_pool->cond); in cl_thread_pool_destroy()
HDcl_event.c75 pthread_cond_destroy(&p_event->condvar); in cl_event_destroy()
/freebsd-11-stable/cddl/contrib/opensolaris/head/
HDthread.h64 #define cond_destroy(l) pthread_cond_destroy(l)
/freebsd-11-stable/contrib/apr/locks/unix/
HDthread_cond.c29 rv = pthread_cond_destroy(&cond->cond); in thread_cond_cleanup()
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDevthread_pthread.c120 pthread_cond_destroy(cond); in evthread_posix_cond_free()
/freebsd-11-stable/crypto/heimdal/lib/ipc/
HDcommon.c192 pthread_cond_destroy(&s->cond); in heim_ipc_semaphore_release()
/freebsd-11-stable/usr.sbin/bhyve/
HDmevent_test.c163 pthread_cond_destroy(&sync.e_cond); in echoer()
/freebsd-11-stable/lib/libthr/
HDpthread.map43 pthread_cond_destroy;
/freebsd-11-stable/lib/libc/include/
HDun-namespace.h101 #undef pthread_cond_destroy
HDnamespace.h120 #define pthread_cond_destroy _pthread_cond_destroy macro
/freebsd-11-stable/include/
HDpthread.h199 int pthread_cond_destroy(pthread_cond_t *);
/freebsd-11-stable/contrib/sendmail/libmilter/
HDlibmilter.h150 #define scond_destroy(cp) pthread_cond_destroy(cp)
/freebsd-11-stable/contrib/xz/src/common/
HDmythread.h259 int ret = pthread_cond_destroy(&cond->cond); in mythread_cond_destroy()
/freebsd-11-stable/lib/libc/gen/
HDSymbol.map30 pthread_cond_destroy;
HD_pthread_stubs.c220 STUB_FUNC1(pthread_cond_destroy, PJT_COND_DESTROY, int, void *)
/freebsd-11-stable/share/man/man3/
HDMakefile223 pthread_cond_destroy.3 \

12