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

1 2 3 4 5 6 7 8 9

  /external/valgrind/main/drd/tests/
annotate_hb_err.c 17 pthread_cond_init(&cv, NULL);
30 pthread_cond_init((pthread_cond_t*)&i, NULL);
pth_cancel_locked.c 30 pthread_cond_init(&s_cond, 0);
annotate_hb_err.stderr.exp 13 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
17 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
pth_cond_race.c 42 pthread_cond_init(&s_cond, 0);
thread_name.c 49 pthread_cond_init(&s_cond, 0);
pth_cond_race.stderr.exp 8 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
bug-235681.c 58 rc = pthread_cond_init(&cond_var, NULL);
pth_detached.c 46 pthread_cond_init(&s_cond, 0);
pth_broadcast.c 30 pthread_cond_init(&p->m_cond, 0);
140 pthread_cond_init(&s_cond, 0);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CMutex.cpp 42 pthread_cond_init(&m_cond, NULL);
CSemaphore.cpp 42 pthread_cond_init(&m_cond, NULL);
  /frameworks/native/include/utils/
Condition.h 89 pthread_cond_init(&mCond, NULL);
96 pthread_cond_init(&mCond, &attr);
99 pthread_cond_init(&mCond, NULL);
  /external/libusb_aah/libusb/os/
threads_posix.h 39 #define usbi_cond_init pthread_cond_init
  /external/valgrind/main/helgrind/tests/
pth_destroy_cond.c 26 pthread_cond_init(&cond, NULL);
  /system/extras/tests/bionic/libc/bionic/
test_pthread_cond.c 71 pthread_cond_init(&cond1, NULL);
72 pthread_cond_init(&cond2, NULL);
  /external/skia/src/utils/
SkCondVar.cpp 13 pthread_cond_init(&fCond, NULL /* default cond attr */);
  /external/valgrind/unittest/
libstdc++_tests.cc 89 pthread_cond_init(&cv, 0);
152 pthread_cond_init(&cv, 0);
  /external/webrtc/src/system_wrappers/source/
condition_variable_posix.cc 50 result = pthread_cond_init(&_cond, NULL);
63 result = pthread_cond_init(&_cond, &condAttr);
event_posix.cc 64 result = pthread_cond_init(&cond, 0);
81 result = pthread_cond_init(&cond, &condAttr);
  /external/stressapptest/src/
logger.cc 69 LOGGER_ASSERT(0 == pthread_cond_init(&queued_lines_cond_, NULL));
70 LOGGER_ASSERT(0 == pthread_cond_init(&full_queue_cond_, NULL));
  /external/chromium/base/synchronization/
condition_variable_posix.cc 22 int rv = pthread_cond_init(&condition_, NULL);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.cpp 42 int const res = pthread_cond_init (&mCondition, NULL);
  /frameworks/rs/
rsSignal.cpp 39 status = pthread_cond_init(&mCondition, NULL);
  /packages/apps/Nfc/nci/jni/
CondVar.cpp 38 int const res = pthread_cond_init (&mCondition, NULL);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 33 pthread_cond_init(&terminate_thread_cond, NULL);
34 pthread_cond_init(&tid_reported_cond, NULL);

Completed in 282 milliseconds

1 2 3 4 5 6 7 8 9