HomeSort by relevance Sort by last modified time
    Searched full:pthread_cond_signal (Results 1 - 25 of 800) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
pth_uninitialized_cond.c 18 pthread_cond_signal(&s_cond1);
23 pthread_cond_signal(&s_cond2);
pth_uninitialized_cond.stderr.exp 5 at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
pth_cond_destroy_busy.c 29 pthread_cond_signal(&s_cond);
58 pthread_cond_signal(&s_cond);
pth_inconsistent_cond_wait.c 3 * times that pthread_cond_signal() is called without that the mutex
133 PTH_CALL(pthread_cond_signal(&s_cond));
134 PTH_CALL(pthread_cond_signal(&s_cond));
pth_cancel_locked.c 20 pthread_cond_signal(&s_cond);
free_is_write.c 34 pthread_cond_signal(&cond);
pth_cond_race.c 67 pthread_cond_signal(&s_cond);
pth_cond_race.stderr.exp 4 at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
sync.h 50 pthread_cond_signal(&mCondition);
  /external/compiler-rt/test/tsan/
bench_mutex.cc 16 pthread_cond_signal(&cv);
cond_race.cc 4 // CHECK: pthread_cond_signal
22 pthread_cond_signal(&c->c);
cond.c 23 pthread_cond_signal(&c);
  /hardware/intel/common/wrs_omxil_core/utils/src/
workqueue.cpp 80 pthread_cond_signal(&wcond); /* wakeup Run() if it's sleeping */
101 pthread_cond_signal(&executing_wait);
120 pthread_cond_signal(&paused_wait);
152 pthread_cond_signal(&paused_wait);
181 pthread_cond_signal(&wcond); /* wakeup Run() if it's sleeping */
192 pthread_cond_signal(&wcond); /* wakeup Run() if it's sleeping */
211 pthread_cond_signal(&wcond); /* wakeup Run() if it's sleeping */
243 pthread_cond_signal(&complete); /* wakeup WaitCompletion() */
  /external/valgrind/main/helgrind/tests/
pth_destroy_cond.c 17 pthread_cond_signal(&cond);
tc23_bogus_condwait.c 20 pthread_cond_signal( &cv );
24 pthread_cond_signal( &cv );
28 pthread_cond_signal( &cv );
32 pthread_cond_signal( &cv );
  /external/lldb/test/functionalities/expr-doesnt-deadlock/
locking.c 38 pthread_cond_signal (&thread_started_condition);
49 pthread_cond_signal (&control_condition);
  /external/valgrind/main/none/tests/x86/
yield.c 25 pthread_cond_signal(&c_running);
40 pthread_cond_signal(&c_running);
  /system/core/logd/
LogTimes.h 67 pthread_cond_signal(&threadTriggeredCondition);
75 pthread_cond_signal(&threadTriggeredCondition);
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_safe_queue.h 36 pthread_cond_signal(&cond_);
  /external/chromium_org/third_party/leveldatabase/src/port/
port_posix.cc 42 PthreadCall("signal", pthread_cond_signal(&cv_));
  /external/chromium_org/third_party/libusb/src/libusb/os/
threads_posix.h 44 #define usbi_cond_signal pthread_cond_signal
  /external/chromium_org/third_party/skia/src/utils/
SkCondVar.cpp 56 pthread_cond_signal(&fCond);
  /external/qemu/include/qemu/
thread.h 36 * IMPORTANT: The implementation does not guarantee that pthread_cond_signal
  /external/skia/src/utils/
SkCondVar.cpp 56 pthread_cond_signal(&fCond);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libanl-2.11.1.so 

Completed in 379 milliseconds

1 2 3 4 5 6 7 8 91011>>