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

1 2 3 4 5 6 7 8

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CMutex.cpp 52 pthread_cond_destroy(&m_cond);
CSemaphore.cpp 50 pthread_cond_destroy(&m_cond);
  /external/libusb_aah/libusb/os/
threads_posix.h 43 #define usbi_cond_destroy pthread_cond_destroy
  /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/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_detached.c 79 pthread_cond_destroy(&s_cond);
pth_broadcast.c 35 pthread_cond_destroy(&p->m_cond);
178 pthread_cond_destroy(&s_cond);
  /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/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.cpp 61 int const res = pthread_cond_destroy (&mCondition);
  /frameworks/rs/
rsSignal.cpp 29 pthread_cond_destroy(&mCondition);
  /ndk/sources/cxx-stl/llvm-libc++/src/
condition_variable.cpp 19 pthread_cond_destroy(&__cv_);
  /packages/apps/Nfc/nci/jni/
CondVar.cpp 57 int const res = pthread_cond_destroy (&mCondition);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 41 pthread_cond_destroy(&terminate_thread_cond);
42 pthread_cond_destroy(&tid_reported_cond);
  /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/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDLOSXCAGuard.c 195 pthread_cond_destroy(&cag->mCondVar);
  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_syscond.c 57 pthread_cond_destroy(&cond->cond);
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_syscond.c 61 pthread_cond_destroy(&cond->cond);
  /external/webrtc/src/system_wrappers/source/
condition_variable_posix.cc 79 pthread_cond_destroy(&_cond);
  /frameworks/native/include/utils/
Condition.h 103 pthread_cond_destroy(&mCond);
  /external/webp/src/utils/
thread.c 76 static int pthread_cond_destroy(pthread_cond_t* const condition) { function
92 pthread_cond_destroy(condition);
231 pthread_cond_destroy(&worker->condition_);

Completed in 732 milliseconds

1 2 3 4 5 6 7 8