HomeSort by: relevance | last modified time | path
    Searched refs:pthread_cond_destroy (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/include/isc/
condition.h 57 ((pthread_cond_destroy((cp)) == 0) ? \
  /src/external/mpl/bind/dist/lib/isc/include/isc/
condition.h 97 int _ret = pthread_cond_destroy(cp); \
98 PTHREADS_RUNTIME_CHECK(pthread_cond_destroy, _ret); \
  /src/lib/libpthread/
cnd.c 61 (void)pthread_cond_destroy(cond);
pthread_cond.c 62 __strong_alias(__libc_cond_destroy,pthread_cond_destroy)
108 pthread_cond_destroy(pthread_cond_t *cond) function
pthread.h 128 int pthread_cond_destroy(pthread_cond_t *);
412 #define pthread_cond_destroy __libc_cond_destroy macro
  /src/external/gpl3/gcc/dist/libgomp/config/posix/
sem.c 111 ret = pthread_cond_destroy (&sem->cond);
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
sem.c 111 ret = pthread_cond_destroy (&sem->cond);
  /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/
condition.h 59 ((pthread_cond_destroy((cp)) == 0) ? ISC_R_SUCCESS : ISC_R_UNEXPECTED)
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 216 INTERCEPTOR(int, pthread_cond_destroy, pthread_cond_t *c) {
219 int res = REAL(pthread_cond_destroy)(cond);
319 INTERCEPT_FUNCTION_VER(pthread_cond_destroy, "GLIBC_2.3.2");
  /src/external/bsd/libevent/dist/
evthread_pthread.c 123 pthread_cond_destroy(cond);
  /src/external/bsd/ntp/dist/sntp/libevent/
evthread_pthread.c 122 pthread_cond_destroy(cond);
  /src/external/bsd/zstd/dist/lib/common/
threading.c 176 int const ret = pthread_cond_destroy(*cond);
threading.h 85 #define ZSTD_pthread_cond_destroy(a) pthread_cond_destroy((a))
  /src/external/cddl/osnet/dist/head/
thread.h 68 #define cond_destroy(l) pthread_cond_destroy(l)
  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 136 __gthrw(pthread_cond_destroy)
633 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend))
901 return __gthrw_(pthread_cond_destroy) (__cond);
  /src/external/gpl3/gcc.old/dist/libgcc/
gthr-posix.h 130 __gthrw(pthread_cond_destroy)
620 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend))
888 return __gthrw_(pthread_cond_destroy) (__cond);
  /src/crypto/external/apache2/openssl/dist/crypto/thread/arch/
thread_posix.c 228 pthread_cond_destroy(*cv_p);
  /src/crypto/external/bsd/heimdal/dist/lib/ipc/
common.c 196 pthread_cond_destroy(&s->cond);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 44 pthread_cond_destroy(&terminate_thread_cond);
45 pthread_cond_destroy(&tid_reported_cond);
  /src/crypto/external/apache2/openssl/dist/crypto/
threads_pthread.c 586 pthread_cond_destroy(conds[i]);
611 pthread_cond_destroy(&rlock->prior_signal);
612 pthread_cond_destroy(&rlock->alloc_signal);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sync/
event.d 158 pthread_cond_destroy(&m_cond) == 0 ||
159 abort("Error: pthread_cond_destroy failed.");
  /src/external/gpl3/gdb/dist/gnulib/import/glthread/
lock.c 515 err = pthread_cond_destroy (&lock->waiting_readers);
518 err = pthread_cond_destroy (&lock->waiting_writers);
  /src/external/gpl3/gdb.old/dist/gnulib/import/glthread/
lock.c 515 err = pthread_cond_destroy (&lock->waiting_readers);
518 err = pthread_cond_destroy (&lock->waiting_writers);
  /src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/
ParallelJIT.cpp 158 int result = pthread_cond_destroy( &condition );
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_posix.c 280 return ERRVAL( pthread_cond_destroy( cond ) );

Completed in 34 milliseconds

1 2 3