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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/helgrind/tests/
tc23_bogus_condwait.stderr.exp 10 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
17 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
24 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
31 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
38 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
45 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
52 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
pth_destroy_cond.c 31 pthread_cond_wait(&cond, &mutex);
tc23_bogus_condwait.c 2 Tests passing bogus mutexes to pthread_cond_wait. */
69 r= pthread_cond_wait(&cv, (pthread_mutex_t*)(4 + (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] );
pth_destroy_cond.stderr.exp 26 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
  /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);
  /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 );
  /bionic/libc/bionic/
pthread_join.cpp 54 pthread_cond_wait(&thread->join_cond, &gThreadListLock);
  /external/chromium_org/third_party/libusb/src/libusb/os/
threads_posix.h 40 #define usbi_cond_wait pthread_cond_wait
  /frameworks/rs/
rsSignal.cpp 84 status = pthread_cond_wait(&mCondition, &mMutex);
90 status = pthread_cond_wait(&mCondition, &mMutex);
  /device/asus/flo/camera/QCamera2/stack/common/
cam_semaphore.h 68 rc = pthread_cond_wait(&(s->cond), &(s->mutex));
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
queue.c 101 pthread_cond_wait(&g_queue_not_empty_cond, &g_queue_mutex);
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_safe_queue.h 44 while (list_.empty()) pthread_cond_wait(&cond_, lock_.mutex());
  /external/chromium_org/third_party/leveldatabase/src/port/
port_posix.cc 38 PthreadCall("wait", pthread_cond_wait(&cv_, &mu_->mu_));
  /external/chromium_org/third_party/skia/src/utils/
SkCondVar.cpp 48 pthread_cond_wait(&fCond, &fMutex);
  /external/skia/src/utils/
SkCondVar.cpp 48 pthread_cond_wait(&fCond, &fMutex);
  /hardware/qcom/camera/QCamera2/stack/common/
cam_semaphore.h 68 rc = pthread_cond_wait(&(s->cond), &(s->mutex));
  /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_posix.cc 86 pthread_cond_wait(&_cond, &cs->_mutex);
137 pthread_cond_wait(&_cond, &cs->_mutex);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_posix.cc 112 EXPECT_EQ(pthread_cond_wait(&ctx.c, &ctx.m), 0);
133 EXPECT_EQ(pthread_cond_wait(&ctx.c, &ctx.m), 0);
140 EXPECT_EQ(pthread_cond_wait(&ctx.c, &ctx.m), 0);
  /external/stressapptest/src/
logger.cc 84 LOGGER_ASSERT(0 == pthread_cond_wait(&full_queue_cond_,
125 LOGGER_ASSERT(0 == pthread_cond_wait(&queued_lines_cond_,
  /external/chromium/base/synchronization/
condition_variable_posix.cc 35 int rv = pthread_cond_wait(&condition_, user_mutex_);

Completed in 6703 milliseconds

1 2 3 4 5 6 7 8 91011>>