HomeSort by relevance Sort by last modified time
    Searched full:pthread_cond_destroy (Results 1 - 25 of 490) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/audio/
audio_pt_int.c 75 err2 = pthread_cond_destroy (&p->cond);
77 logerr (p, err2, "%s(%s): pthread_cond_destroy failed", cap, AUDIO_FUNC);
95 err = pthread_cond_destroy (&p->cond);
97 logerr (p, err, "%s(%s): pthread_cond_destroy failed", cap, AUDIO_FUNC);
  /external/valgrind/main/helgrind/tests/
pth_destroy_cond.c 18 pthread_cond_destroy(&cond); // ERROR!!!
pth_destroy_cond.stderr.exp 11 Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
13 by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_safe_queue.h 29 pthread_cond_destroy(&cond_);
  /external/chromium_org/third_party/leveldatabase/src/port/
port_posix.cc 35 CondVar::~CondVar() { PthreadCall("destroy cv", pthread_cond_destroy(&cv_)); }
  /external/chromium_org/third_party/libusb/src/libusb/os/
threads_posix.h 43 #define usbi_cond_destroy pthread_cond_destroy
  /external/chromium_org/third_party/skia/src/utils/
SkCondVar.cpp 23 pthread_cond_destroy(&fCond);
SkThreadUtils_pthread.cpp 22 pthread_cond_destroy(&fCondition);
  /external/skia/src/utils/
SkCondVar.cpp 23 pthread_cond_destroy(&fCond);
SkThreadUtils_pthread.cpp 22 pthread_cond_destroy(&fCondition);
  /external/valgrind/main/drd/tests/
pth_cond_race.c 54 pthread_cond_destroy(&s_cond);
thread_name.c 57 pthread_cond_destroy(&s_cond);
pth_broadcast.c 35 pthread_cond_destroy(&p->m_cond);
178 pthread_cond_destroy(&s_cond);
pth_detached.c 79 pthread_cond_destroy(&s_cond);
  /external/llvm/test/Linker/
2011-08-22-ResolveAlias.ll 30 @_ZL28__gthrw_pthread_cond_destroyP14pthread_cond_t = alias weak i32 (%union.pthread_cond_t*)* @pthread_cond_destroy
77 declare extern_weak i32 @pthread_cond_destroy(%union.pthread_cond_t*)
2011-08-22-ResolveAlias2.ll 33 @_ZL28__gthrw_pthread_cond_destroyP14pthread_cond_t = alias weak i32 (%union.pthread_cond_t*)* @pthread_cond_destroy
82 declare extern_weak i32 @pthread_cond_destroy(%union.pthread_cond_t*)
  /external/stressapptest/src/
logger.cc 75 LOGGER_ASSERT(0 == pthread_cond_destroy(&queued_lines_cond_));
76 LOGGER_ASSERT(0 == pthread_cond_destroy(&full_queue_cond_));
  /external/chromium/base/synchronization/
condition_variable_posix.cc 27 int rv = pthread_cond_destroy(&condition_);
  /external/chromium_org/base/synchronization/
condition_variable_posix.cc 28 int rv = pthread_cond_destroy(&condition_);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cond_destroy.c 2 * pthread_cond_destroy.c
42 pthread_cond_destroy (pthread_cond_t * cond) function
97 * (B) pthread_cond_destroy(&rp->notbusy);
condvar.c 48 #include "pthread_cond_destroy.c"
  /external/chromium_org/third_party/libwebp/utils/
thread.c 78 static int pthread_cond_destroy(pthread_cond_t* const condition) { function
94 pthread_cond_destroy(condition);
233 pthread_cond_destroy(&worker->condition_);
  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.c 81 static int pthread_cond_destroy(pthread_cond_t* const condition) { function
97 pthread_cond_destroy(condition);
236 pthread_cond_destroy(&worker->condition_);
  /external/webp/src/utils/
thread.c 78 static int pthread_cond_destroy(pthread_cond_t* const condition) { function
94 pthread_cond_destroy(condition);
233 pthread_cond_destroy(&worker->condition_);
  /device/asus/flo/camera/QCamera2/stack/common/
cam_semaphore.h 77 pthread_cond_destroy(&(s->cond));

Completed in 1495 milliseconds

1 2 3 4 5 6 7 8 91011>>