Searched refs:pthread_cond_destroy (Results 1 - 25 of 84) sorted by relevance

1234

/external/valgrind/main/helgrind/tests/
H A Dcond_init_destroy.c6 pthread_cond_destroy(& c);
H A Dpth_destroy_cond.stderr.exp10 Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
12 by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
H A Dpth_cond_destroy_busy.stderr.exp19 by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
34 Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
36 by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
41 Thread #x's call to pthread_cond_destroy failed
44 by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
47 First pthread_cond_destroy() call returned EBUSY.
48 Second pthread_cond_destroy() call returned success.
H A Dpth_destroy_cond.c18 pthread_cond_destroy(&cond); // ERROR!!!
/external/valgrind/main/drd/tests/
H A Dpth_cond_destroy_busy.stderr.exp3 at 0x........: pthread_cond_destroy (drd_pthread_intercepts.c:?)
9 First pthread_cond_destroy() call returned EBUSY.
10 Second pthread_cond_destroy() call returned success.
H A Dpth_cond_destroy_busy.c2 * Invoke pthread_cond_destroy() on a condition variable that is being waited
52 ret = pthread_cond_destroy(&s_cond);
53 fprintf(stderr, "First pthread_cond_destroy() call returned %s.\n",
63 ret = pthread_cond_destroy(&s_cond);
64 fprintf(stderr, "Second pthread_cond_destroy() call returned %s.\n",
H A Dpth_cond_race.c54 pthread_cond_destroy(&s_cond);
H A Dpth_detached.c79 pthread_cond_destroy(&s_cond);
H A Dthread_name.c61 pthread_cond_destroy(&s_cond);
/external/lldb/tools/debugserver/source/
H A DPThreadCondition.h30 ::pthread_cond_destroy (&m_condition);
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dthreads_posix.h43 #define usbi_cond_destroy pthread_cond_destroy
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dthread_safe_queue.h29 pthread_cond_destroy(&cond_);
/external/chromium_org/third_party/leveldatabase/src/port/
H A Dport_posix.cc35 CondVar::~CondVar() { PthreadCall("destroy cv", pthread_cond_destroy(&cv_)); }
/external/chromium_org/third_party/skia/src/utils/
H A DSkCondVar.cpp23 pthread_cond_destroy(&fCond);
/external/lldb/source/Host/common/
H A DCondition.cpp37 ::pthread_cond_destroy (&m_condition);
/external/skia/src/utils/
H A DSkCondVar.cpp23 pthread_cond_destroy(&fCond);
/external/stressapptest/src/
H A Dlogger.cc75 LOGGER_ASSERT(0 == pthread_cond_destroy(&queued_lines_cond_));
76 LOGGER_ASSERT(0 == pthread_cond_destroy(&full_queue_cond_));
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_cond_destroy.c2 * pthread_cond_destroy.c
42 pthread_cond_destroy (pthread_cond_t * cond) function
97 * (B) pthread_cond_destroy(&rp->notbusy);
H A Dpthread_rwlock_destroy.c103 result = pthread_cond_destroy (&(rwl->cndSharedAccessCompleted));
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.c98 static int pthread_cond_destroy(pthread_cond_t* const condition) { function
114 pthread_cond_destroy(condition);
241 pthread_cond_destroy(&worker->impl_->condition_);
277 pthread_cond_destroy(&worker->impl_->condition_);
/external/libcxx/src/
H A Dcondition_variable.cpp19 pthread_cond_destroy(&__cv_);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DCondVar.cpp64 int const res = pthread_cond_destroy (&mCondition);
/external/webp/src/utils/
H A Dthread.c98 static int pthread_cond_destroy(pthread_cond_t* const condition) { function
114 pthread_cond_destroy(condition);
241 pthread_cond_destroy(&worker->impl_->condition_);
277 pthread_cond_destroy(&worker->impl_->condition_);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_thread.c116 pthread_cond_destroy(&worker->impl_->condition_);
152 pthread_cond_destroy(&worker->impl_->condition_);
H A Dvp9_thread.h95 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) { function
112 pthread_cond_destroy(condition);

Completed in 1798 milliseconds

1234