HomeSort by relevance Sort by last modified time
    Searched full:pthread_cond_signal (Results 26 - 50 of 799) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libanl.so 
libanl.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libanl-2.15.so 
libanl.so 
libanl.so.1 
  /system/core/include/utils/
Condition.h 136 * POSIX says pthread_cond_signal wakes up "one or more" waiting threads.
140 * man 3 pthread_cond_signal
141 * pthread_cond_signal restarts one of the threads that are waiting on
146 pthread_cond_signal(&mCond);
  /external/opencv3/3rdparty/libwebp/utils/
thread.c 100 static int pthread_cond_signal(pthread_cond_t* const condition) { function
117 // pthread_cond_signal
120 // now unlock the mutex so pthread_cond_signal may be issued
153 pthread_cond_signal(&worker->condition_);
173 pthread_cond_signal(&worker->condition_);
  /external/dng_sdk/source/
dng_mutex.cpp 365 result = pthread_cond_signal (&fPthreadCondition);
367 DNG_ASSERT (result == 0, "pthread_cond_signal failed.");
  /external/valgrind/drd/tests/
pth_broadcast.c 45 pthread_cond_signal(&p->m_cond);
53 pthread_cond_signal(&p->m_cond);
pth_inconsistent_cond_wait.stderr.exp1 19 at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
29 at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
pth_inconsistent_cond_wait.stderr.exp2 19 at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
29 at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
filter_stderr_solaris 36 'cond_signal' => 'pthread_cond_signal',
pth_detached.c 18 pthread_cond_signal(&s_cond);
tc23_bogus_condwait.stderr.exp-linux-ppc 8 at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
32 at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
52 at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
  /external/valgrind/none/tests/
pth_cvsimple.c 39 pthread_cond_signal(&count_hit_threshold);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
sync.h 85 pthread_cond_signal(&mCondition);
  /external/webp/src/utils/
thread.c 161 static int pthread_cond_signal(pthread_cond_t* const condition) { function
185 // pthread_cond_signal
188 // now unlock the mutex so pthread_cond_signal may be issued
222 pthread_cond_signal(&worker->impl_->condition_);
245 pthread_cond_signal(&worker->impl_->condition_);
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 207 INTERCEPTOR(int, pthread_cond_signal, pthread_cond_t *c) {
210 return REAL(pthread_cond_signal)(cond);
319 INTERCEPT_FUNCTION_VER(pthread_cond_signal, "GLIBC_2.3.2");
  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 122 static INLINE int pthread_cond_signal(pthread_cond_t *const condition) { function
139 // pthread_cond_signal
142 // now unlock the mutex so pthread_cond_signal may be issued
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_thread.h 119 static INLINE int pthread_cond_signal(pthread_cond_t *const condition) { function
136 // pthread_cond_signal
139 // now unlock the mutex so pthread_cond_signal may be issued
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_semaphore.h 59 pthread_cond_signal(&(s->cond));
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_semaphore.h 59 pthread_cond_signal(&(s->cond));
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_semaphore.h 59 pthread_cond_signal(&(s->cond));
  /external/libcxx/src/
condition_variable.cpp 29 pthread_cond_signal(&__cv_);
  /external/skia/src/utils/
SkThreadUtils_pthread.cpp 27 pthread_cond_signal(&fCondition);

Completed in 631 milliseconds

12 3 4 5 6 7 8 91011>>