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

12 3 4 5

  /system/media/opensles/libopensles/
locks.c 260 /** \brief Signal the condition variable associated with the object; see pthread_cond_signal */
265 ok = pthread_cond_signal(&this->mCond);
ThreadPool.c 264 ok = pthread_cond_signal(&tp->mCondNotEmpty);
309 ok = pthread_cond_signal(&tp->mCondNotFull);
  /external/libxml2/
threads.c 90 extern int pthread_cond_signal ()
414 pthread_cond_signal(&tok->cv);
877 (pthread_cond_signal != NULL)) {
  /hardware/ril/reference-ril/
atchannel.c 231 pthread_cond_signal(&s_commandcond);
429 pthread_cond_signal(&s_commandcond);
661 pthread_cond_signal(&s_commandcond);
  /bionic/libc/include/
pthread.h 177 int pthread_cond_signal(pthread_cond_t *cond);
  /dalvik/vm/
StdioConverter.c 154 cc = pthread_cond_signal(&gDvm.stdioConverterCond);
Thread.h 406 int cc __attribute__ ((__unused__)) = pthread_cond_signal(pCond);
  /development/ndk/platforms/android-3/include/
pthread.h 172 int pthread_cond_signal(pthread_cond_t *cond);
  /development/ndk/platforms/android-5/include/
pthread.h 172 int pthread_cond_signal(pthread_cond_t *cond);
  /development/ndk/platforms/android-8/include/
pthread.h 177 int pthread_cond_signal(pthread_cond_t *cond);
  /development/ndk/platforms/android-9/include/
pthread.h 179 int pthread_cond_signal(pthread_cond_t *cond);
  /external/bluetooth/bluez/audio/
liba2dp.c 939 pthread_cond_signal(&data->client_wait);
946 pthread_cond_signal(&data->thread_wait);
1039 pthread_cond_signal(&data->thread_start);
1151 pthread_cond_signal(&data->thread_wait);