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

1 2 3 4 5 6 7

  /external/valgrind/main/helgrind/tests/
tc23_bogus_condwait.stderr.exp 6 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
11 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
16 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
21 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
26 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
31 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
36 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
tc23_bogus_condwait.c 2 Tests passing bogus mutexes to pthread_cond_wait. */
69 r= pthread_cond_wait(&cv, (pthread_mutex_t*)(1 + (char*)&mx[0]) );
72 r= pthread_cond_wait(&cv, &mx[0]);
75 r= pthread_cond_wait(&cv, (pthread_mutex_t*)&rwl );
78 r= pthread_cond_wait(&cv, &mx[2] );
  /external/valgrind/main/drd/tests/
pth_cancel_locked.c 21 pthread_cond_wait(&s_cond, &s_mutex1);
39 pthread_cond_wait(&s_cond, &s_mutex1);
pth_cond_race.c 48 pthread_cond_wait(&s_cond, &s_mutex);
61 // Wait until the main thread has entered pthread_cond_wait().
thread_name.c 32 pthread_cond_wait(&s_cond, &s_mutex);
bug-235681.c 2 * pthread_cond_wait() test program.
31 rc = pthread_cond_wait(&cond_var, &mutex);
pth_broadcast.c 43 pthread_cond_wait(&p->m_cond, &p->m_mutex);
101 pthread_cond_wait(&s_cond, &s_mutex);
monitor_example.cpp 121 pthread_cond_wait(&m_cond, &m_mutex);
  /external/valgrind/main/none/tests/x86/
yield.c 23 pthread_cond_wait(&c_go, &m_go);
38 pthread_cond_wait(&c_go, &m_go);
67 pthread_cond_wait(&c_running, &m_go);
  /system/extras/tests/bionic/libc/bionic/
test_pthread_cond.c 18 pthread_cond_wait(&cond1, &test_lock );
30 pthread_cond_wait(&cond2, &test_lock );
43 pthread_cond_wait(&cond1, &test_lock );
test_cond.c 44 pthread_cond_wait(&wait, &lock);
  /frameworks/base/libs/rs/
rsSignal.cpp 83 status = pthread_cond_wait(&mCondition, &mMutex);
89 status = pthread_cond_wait(&mCondition, &mMutex);
  /ndk/sources/cxx-stl/gabi++/src/
one_time_construction.cc 64 // previous pthread_mutex_lock or pthread_cond_wait
88 pthread_cond_wait(&sCond, &sMutex);
  /external/valgrind/unittest/
libstdc++_tests.cc 97 pthread_cond_wait(&cv, &mu);
160 pthread_cond_wait(&cv, &mu);
  /external/webrtc/src/system_wrappers/source/
condition_variable_linux.cc 86 pthread_cond_wait(&_cond, &cs->_mutex);
137 pthread_cond_wait(&_cond, &cs->_mutex);
  /external/chromium/base/synchronization/
condition_variable_posix.cc 35 int rv = pthread_cond_wait(&condition_, user_mutex_);
  /external/valgrind/main/none/tests/
pth_cvsimple.c 52 pthread_cond_wait(&count_hit_threshold, &count_lock);
78 // pthread_cond_wait() is never called. Or, we could get a spurious
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 266 pthread_cond_wait(&android_app->cond, &android_app->mutex);
284 pthread_cond_wait(&android_app->cond, &android_app->mutex);
299 pthread_cond_wait(&android_app->cond, &android_app->mutex);
308 pthread_cond_wait(&android_app->cond, &android_app->mutex);
317 pthread_cond_wait(&android_app->cond, &android_app->mutex);
352 pthread_cond_wait(&android_app->cond, &android_app->mutex);
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDLOSXCAGuard.c 148 theError = pthread_cond_wait(&cag->mCondVar, &cag->mMutex);
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_syscond.c 150 if ( pthread_cond_wait(&cond->cond, &mutex->id) != 0 ) {
151 SDL_SetError("pthread_cond_wait() failed");
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_syscond.c 154 if ( pthread_cond_wait(&cond->cond, &mutex->id) != 0 ) {
155 SDL_SetError("pthread_cond_wait() failed");
  /external/skia/src/ports/
SkOSEvent_android.cpp 75 status = pthread_cond_wait(&gTimerCond, &gTimerMutex);
  /external/chromium/third_party/libjingle/source/talk/base/
event.cc 177 error = pthread_cond_wait(&event_cond_, &event_mutex_);
  /external/stlport/test/unit/
allocator_test.cpp 116 pthread_cond_wait(&condition, &mutex);
  /ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp 116 pthread_cond_wait(&condition, &mutex);

Completed in 422 milliseconds

1 2 3 4 5 6 7