Home
last modified time | relevance | path

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

1234

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_interceptors.cc216 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()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dgthr-posix.h130 __gthrw(pthread_cond_destroy)
620 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)) in __gthread_objc_condition_deallocate()
888 return __gthrw_(pthread_cond_destroy) (__cond); in __gthread_cond_destroy()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dgthr-posix.h130 __gthrw(pthread_cond_destroy)
620 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)) in __gthread_objc_condition_deallocate()
888 return __gthrw_(pthread_cond_destroy) (__cond); in __gthread_cond_destroy()
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dcondition.h97 int _ret = pthread_cond_destroy(cp); \
98 PTHREADS_RUNTIME_CHECK(pthread_cond_destroy, _ret); \
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/
H A Dcondition.h59 ((pthread_cond_destroy((cp)) == 0) ? ISC_R_SUCCESS : ISC_R_UNEXPECTED)
/netbsd-src/lib/libpthread/
H A Dpthread_cond.c58 __strong_alias(__libc_cond_destroy,pthread_cond_destroy)
104 pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy() function
H A Dcnd.c61 (void)pthread_cond_destroy(cond); in cnd_destroy()
H A Dpthread.h128 int pthread_cond_destroy(pthread_cond_t *);
374 #define pthread_cond_destroy __libc_cond_destroy macro
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/posix/
H A Dsem.c111 ret = pthread_cond_destroy (&sem->cond); in gomp_sem_destroy()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cc44 pthread_cond_destroy(&terminate_thread_cond); in ~TidReporterArgument()
45 pthread_cond_destroy(&tid_reported_cond); in ~TidReporterArgument()
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/posix/
H A Dsem.c111 ret = pthread_cond_destroy (&sem->cond); in gomp_sem_destroy()
/netbsd-src/external/cddl/osnet/dist/head/
H A Dthread.h68 #define cond_destroy(l) pthread_cond_destroy(l)
/netbsd-src/external/bsd/libevent/dist/
H A Devthread_pthread.c123 pthread_cond_destroy(cond); in evthread_posix_cond_free()
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/
H A Devthread_pthread.c122 pthread_cond_destroy(cond); in evthread_posix_cond_free()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dcommon.c196 pthread_cond_destroy(&s->cond); in heim_ipc_semaphore_release()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/glthread/
H A Dlock.c515 err = pthread_cond_destroy (&lock->waiting_readers); in glthread_rwlock_destroy_multithreaded()
518 err = pthread_cond_destroy (&lock->waiting_writers); in glthread_rwlock_destroy_multithreaded()
/netbsd-src/lib/librumpclient/
H A Drumpclient.c345 pthread_cond_destroy(&rw->rw_cv); in cliwaitresp()
975 pthread_cond_destroy(&clispc.spc_cv); in rumpclient_init()
1054 pthread_cond_destroy(&clispc.spc_cv); in rumpclient_fork_init()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dgold-threads.cc225 int err = pthread_cond_destroy(&this->cond_); in ~Condvar_impl_threads()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dgold-threads.cc225 int err = pthread_cond_destroy(&this->cond_); in ~Condvar_impl_threads()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dlock.c241 if (pthread_cond_destroy (&lock->waiting_readers) != 0) in glthread_rwlock_destroy()
243 if (pthread_cond_destroy (&lock->waiting_writers) != 0) in glthread_rwlock_destroy()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlock.c242 if (pthread_cond_destroy (&lock->waiting_readers) != 0) in glthread_rwlock_destroy()
244 if (pthread_cond_destroy (&lock->waiting_writers) != 0) in glthread_rwlock_destroy()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dthread.c747 pthread_cond_destroy(cond); in uv_cond_init()
785 if (pthread_cond_destroy(cond)) in uv_cond_destroy()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dlock.c241 if (pthread_cond_destroy (&lock->waiting_readers) != 0) in glthread_rwlock_destroy()
243 if (pthread_cond_destroy (&lock->waiting_writers) != 0) in glthread_rwlock_destroy()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dthr_posix.c280 return ERRVAL( pthread_cond_destroy( cond ) ); in ldap_pvt_thread_cond_destroy()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Devent.d158 pthread_cond_destroy(&m_cond) == 0 || in terminate()

1234