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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/helgrind/tests/
cond_init_destroy.c 5 pthread_cond_init(& c, NULL);
pth_destroy_cond.c 26 pthread_cond_init(&cond, NULL);
  /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);
pth_cond_destroy_busy.stderr.exp 6 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_cond_check_need_init.c 58 * re-initialise it only by calling pthread_cond_init()
63 result = pthread_cond_init (cond, NULL);
pthread_rwlock_init.c 84 result = pthread_cond_init (&rwl->cndSharedAccessCompleted, NULL);
  /external/compiler-rt/test/tsan/
bench_mutex.cc 23 pthread_cond_init(&cv, 0);
cond_cancel.c 27 pthread_cond_init(&c, 0);
cond.c 47 pthread_cond_init(&c, 0);
cond_race.cc 29 pthread_cond_init(&c->c, 0);
  /external/lldb/tools/debugserver/source/
PThreadCondition.h 25 ::pthread_cond_init (&m_condition, NULL);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CMutex.cpp 42 pthread_cond_init(&m_cond, NULL);
  /external/lldb/test/functionalities/expr-doesnt-deadlock/
locking.c 58 pthread_cond_init (&control_condition, NULL);
59 pthread_cond_init (&thread_started_condition, NULL);
  /system/core/include/utils/
Condition.h 89 pthread_cond_init(&mCond, NULL);
96 pthread_cond_init(&mCond, &attr);
99 pthread_cond_init(&mCond, NULL);
  /external/chromium_org/third_party/libusb/src/libusb/os/
threads_posix.h 39 #define usbi_cond_init pthread_cond_init
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
sync.h 38 pthread_cond_init(&mCondition, NULL);
  /system/extras/tests/bionic/libc/bionic/
test_pthread_cond.c 71 pthread_cond_init(&cond1, NULL);
72 pthread_cond_init(&cond2, NULL);
  /device/asus/flo/camera/QCamera2/stack/common/
cam_semaphore.h 51 pthread_cond_init(&(s->cond), NULL);
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_semaphore.h 51 pthread_cond_init(&(s->cond), NULL);
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_semaphore.h 51 pthread_cond_init(&(s->cond), NULL);
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
queue.c 58 pthread_cond_init(&g_queue_not_empty_cond, NULL);
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_safe_queue.h 25 pthread_cond_init(&cond_, NULL);
  /external/chromium_org/third_party/leveldatabase/src/port/
port_posix.cc 32 PthreadCall("init cv", pthread_cond_init(&cv_, NULL));
  /external/chromium_org/third_party/skia/src/utils/
SkCondVar.cpp 13 pthread_cond_init(&fCond, NULL /* default cond attr */);

Completed in 3440 milliseconds

1 2 3 4 5 6 7 8 91011>>