HomeSort by relevance Sort by last modified time
    Searched refs:pthread_cond_timedwait (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/chromium/base/synchronization/
condition_variable_posix.cc 45 // The timeout argument to pthread_cond_timedwait is in absolute time.
60 int rv = pthread_cond_timedwait(&condition_, user_mutex_, &abstime);
  /external/webrtc/src/system_wrappers/source/
event_linux.cc 161 retVal = pthread_cond_timedwait(&cond, &mutex, &tEnd);
191 retVal = pthread_cond_timedwait(&cond, &mutex, &tPulse);
condition_variable_linux.cc 132 const int res = pthread_cond_timedwait(&_cond, &cs->_mutex, &ts);
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_syscond.c 119 retval = pthread_cond_timedwait(&cond->cond, &mutex->id, &abstime);
130 SDL_SetError("pthread_cond_timedwait() failed");
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_syscond.c 123 retval = pthread_cond_timedwait(&cond->cond, &mutex->id, &abstime);
134 SDL_SetError("pthread_cond_timedwait() failed");
  /external/skia/src/ports/
SkOSEvent_android.cpp 77 status = pthread_cond_timedwait(&gTimerCond, &gTimerMutex, &spec);
  /external/chromium/third_party/libjingle/source/talk/base/
event.cc 174 error = pthread_cond_timedwait(&event_cond_, &event_mutex_, &ts);
  /external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c 80 PTH_CALL(pthread_cond_timedwait(&s_cond, mutex, &deadline));
  /bionic/libc/bionic/
pthread-rwlocks.c 244 ret = pthread_cond_timedwait(&rwlock->cond, &rwlock->lock, abs_timeout);
297 ret = pthread_cond_timedwait(&rwlock->cond, &rwlock->lock, abs_timeout);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 169 nRet = pthread_cond_timedwait(&((_pComponentPrivate_)->sPortPopulated_cond),\
196 nRet = pthread_cond_timedwait(&((_pComponentPrivate_)->sPortPopulated_cond),\
223 nRet = pthread_cond_timedwait(&((_pComponentPrivate_)->sFlush_cond),\
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 115 __gthrw3(pthread_cond_timedwait)
146 __gthrw(pthread_cond_timedwait)
879 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
gthr-posix.h 115 __gthrw3(pthread_cond_timedwait)
146 __gthrw(pthread_cond_timedwait)
879 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 128 __gthrw3(pthread_cond_timedwait)
159 __gthrw(pthread_cond_timedwait)
892 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
gthr-posix.h 128 __gthrw3(pthread_cond_timedwait)
159 __gthrw(pthread_cond_timedwait)
892 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 128 __gthrw3(pthread_cond_timedwait)
159 __gthrw(pthread_cond_timedwait)
892 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
gthr-posix.h 128 __gthrw3(pthread_cond_timedwait)
159 __gthrw(pthread_cond_timedwait)
892 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 128 __gthrw3(pthread_cond_timedwait)
159 __gthrw(pthread_cond_timedwait)
892 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
gthr-posix.h 128 __gthrw3(pthread_cond_timedwait)
159 __gthrw(pthread_cond_timedwait)
892 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 128 __gthrw3(pthread_cond_timedwait)
159 __gthrw(pthread_cond_timedwait)
892 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
gthr-posix.h 128 __gthrw3(pthread_cond_timedwait)
159 __gthrw(pthread_cond_timedwait)
892 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h 128 __gthrw3(pthread_cond_timedwait)
159 __gthrw(pthread_cond_timedwait)
892 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
gthr-posix.h 128 __gthrw3(pthread_cond_timedwait)
159 __gthrw(pthread_cond_timedwait)
892 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Event.c 203 funcret = pthread_cond_timedwait(&event->condition, (pthread_mutex_t *)(event->mutex), &timeout);
  /external/qemu/
qemu-thread.c 146 err = pthread_cond_timedwait(&cond->cond, &mutex->lock, &ts);
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ioctl.cpp 250 rc = pthread_cond_timedwait(&ioctl_cb_data_ptr->cb_arrived_cond,
263 LOGV ("loc_eng_ioctl_wait_cb: pthread_cond_timedwait returned %d\n", rc);

Completed in 721 milliseconds

1 2 3