| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/ |
| H A D | dd_interceptors.cc | 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()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | gthr-posix.h | 130 __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 D | gthr-posix.h | 130 __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 D | condition.h | 97 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 D | condition.h | 59 ((pthread_cond_destroy((cp)) == 0) ? ISC_R_SUCCESS : ISC_R_UNEXPECTED)
|
| /netbsd-src/lib/libpthread/ |
| H A D | pthread_cond.c | 58 __strong_alias(__libc_cond_destroy,pthread_cond_destroy) 104 pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy() function
|
| H A D | cnd.c | 61 (void)pthread_cond_destroy(cond); in cnd_destroy()
|
| H A D | pthread.h | 128 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 D | sem.c | 111 ret = pthread_cond_destroy (&sem->cond); in gomp_sem_destroy()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| H A D | sanitizer_linux_test.cc | 44 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 D | sem.c | 111 ret = pthread_cond_destroy (&sem->cond); in gomp_sem_destroy()
|
| /netbsd-src/external/cddl/osnet/dist/head/ |
| H A D | thread.h | 68 #define cond_destroy(l) pthread_cond_destroy(l)
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | evthread_pthread.c | 123 pthread_cond_destroy(cond); in evthread_posix_cond_free()
|
| /netbsd-src/external/bsd/ntp/dist/sntp/libevent/ |
| H A D | evthread_pthread.c | 122 pthread_cond_destroy(cond); in evthread_posix_cond_free()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/ |
| H A D | common.c | 196 pthread_cond_destroy(&s->cond); in heim_ipc_semaphore_release()
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/glthread/ |
| H A D | lock.c | 515 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 D | rumpclient.c | 345 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 D | gold-threads.cc | 225 int err = pthread_cond_destroy(&this->cond_); in ~Condvar_impl_threads()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | gold-threads.cc | 225 int err = pthread_cond_destroy(&this->cond_); in ~Condvar_impl_threads()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | lock.c | 241 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 D | lock.c | 242 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 D | thread.c | 747 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 D | lock.c | 241 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 D | thr_posix.c | 280 return ERRVAL( pthread_cond_destroy( cond ) ); in ldap_pvt_thread_cond_destroy()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/ |
| H A D | event.d | 158 pthread_cond_destroy(&m_cond) == 0 || in terminate()
|