Searched refs:pthread_cond_signal (Results 1 - 25 of 100) sorted by relevance

1234

/external/valgrind/main/drd/tests/
H A Dpth_uninitialized_cond.c18 pthread_cond_signal(&s_cond1);
23 pthread_cond_signal(&s_cond2);
H A Dpth_cond_destroy_busy.c29 pthread_cond_signal(&s_cond);
58 pthread_cond_signal(&s_cond);
H A Dpth_uninitialized_cond.stderr.exp5 at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
H A Dpth_cancel_locked.c20 pthread_cond_signal(&s_cond);
H A Dpth_cond_race.c67 pthread_cond_signal(&s_cond);
H A Dpth_cond_race.stderr.exp4 at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
H A Dpth_inconsistent_cond_wait.c3 * 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));
/external/compiler-rt/test/tsan/
H A Dbench_mutex.cc16 pthread_cond_signal(&cv);
H A Dcond.c23 pthread_cond_signal(&c);
H A Dcond_race.cc4 // CHECK: pthread_cond_signal
22 pthread_cond_signal(&c->c);
/external/lldb/tools/debugserver/source/
H A DPThreadCondition.h45 return ::pthread_cond_signal (&m_condition);
/external/lldb/test/functionalities/expr-doesnt-deadlock/
H A Dlocking.c38 pthread_cond_signal (&thread_started_condition);
49 pthread_cond_signal (&control_condition);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_rwlock_unlock.c78 result = pthread_cond_signal (&(rwl->cndSharedAccessCompleted));
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dthreads_posix.h44 #define usbi_cond_signal pthread_cond_signal
/external/valgrind/main/helgrind/tests/
H A Dpth_destroy_cond.c17 pthread_cond_signal(&cond);
H A Dtc23_bogus_condwait.c20 pthread_cond_signal( &cv );
24 pthread_cond_signal( &cv );
28 pthread_cond_signal( &cv );
32 pthread_cond_signal( &cv );
/external/valgrind/main/none/tests/x86/
H A Dyield.c25 pthread_cond_signal(&c_running);
40 pthread_cond_signal(&c_running);
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dqueue.c82 pthread_cond_signal(&g_queue_not_empty_cond);
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dthread_safe_queue.h36 pthread_cond_signal(&cond_);
/external/chromium_org/third_party/leveldatabase/src/port/
H A Dport_posix.cc42 PthreadCall("signal", pthread_cond_signal(&cv_));
/external/chromium_org/third_party/skia/src/utils/
H A DSkCondVar.cpp56 pthread_cond_signal(&fCond);
/external/lldb/source/Host/common/
H A DCondition.cpp64 return ::pthread_cond_signal (&m_condition);
/external/skia/src/utils/
H A DSkCondVar.cpp56 pthread_cond_signal(&fCond);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.c44 pthread_cond_signal(&worker->condition_);
64 pthread_cond_signal(&worker->condition_);
/external/stressapptest/src/
H A Dlogger.cc62 LOGGER_ASSERT(0 == pthread_cond_signal(&queued_lines_cond_));
88 LOGGER_ASSERT(0 == pthread_cond_signal(&queued_lines_cond_));

Completed in 498 milliseconds

1234