HomeSort by relevance Sort by last modified time
    Searched full:pthread_cond_signal (Results 26 - 50 of 823) 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.");