HomeSort by relevance Sort by last modified time
    Searched defs:pthread_cond_signal (Results 1 - 7 of 7) sorted by null

  /external/gemmlowp/profiling/
pthread_everywhere.h 62 inline void pthread_cond_signal(pthread_cond_t *cond) { (*cond)->notify_one(); } function in namespace:gemmlowp
  /bionic/libc/bionic/
pthread_cond.cpp 154 // pthread_cond_signal to atomically decrement the counter
196 int pthread_cond_signal(pthread_cond_t* cond_interface) { function
  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 162 static INLINE int pthread_cond_signal(pthread_cond_t *const condition) { function
186 // pthread_cond_signal
188 // now unlock the mutex so pthread_cond_signal may be issued
304 static INLINE int pthread_cond_signal(pthread_cond_t *const condition) { function
319 ok &= pthread_cond_signal(condition) == 0;
  /external/webp/src/utils/
thread_utils.c 161 static int pthread_cond_signal(pthread_cond_t* const condition) { function
185 // pthread_cond_signal
187 // now unlock the mutex so pthread_cond_signal may be issued
220 pthread_cond_signal(&impl->condition_);
243 pthread_cond_signal(&impl->condition_);
  /external/dng_sdk/source/
dng_pthread.h 220 #define pthread_cond_signal dng_pthread_cond_signal macro
  /external/libxml2/
threads.c 73 #pragma weak pthread_cond_signal macro
400 pthread_cond_signal(&tok->cv);
877 (pthread_cond_signal != NULL)) {
  /external/ImageMagick/MagickCore/
vms.h 792 #define pthread_cond_signal macro
    [all...]

Completed in 404 milliseconds