HomeSort by relevance Sort by last modified time
    Searched full:pthread_cond_timedwait (Results 151 - 175 of 863) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/Documentation/
COVERAGE.threads 30 pthread_cond_timedwait YES MED
  /external/mesa3d/src/vulkan/wsi/
wsi_common_queue.h 132 ret = pthread_cond_timedwait(&queue->cond, &queue->mutex, &abstime);
  /external/valgrind/drd/tests/
pth_inconsistent_cond_wait.stderr.exp1 4 at 0x........: pthread_cond_timedwait (drd_pthread_intercepts.c:?)
pth_inconsistent_cond_wait.stderr.exp2 4 at 0x........: pthread_cond_timedwait (drd_pthread_intercepts.c:?)
  /external/webrtc/webrtc/base/
event.cc 114 error = pthread_cond_timedwait(&event_cond_, &event_mutex_, &ts);
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_semaphore.h 84 rc = pthread_cond_timedwait(&(s->cond), &(s->mutex), abs_timeout);
  /hardware/qcom/display/msm8996/sdm/include/utils/
locker.h 150 return pthread_cond_timedwait(&condition_, &mutex_, &ts);
  /hardware/qcom/display/msm8998/sdm/include/utils/
locker.h 150 return pthread_cond_timedwait(&condition_, &mutex_, &ts);
  /hardware/qcom/display/sdm845/sdm/include/utils/
locker.h 150 return pthread_cond_timedwait(&condition_, &mutex_, &ts);
  /packages/apps/Nfc/nci/jni/
CondVar.cpp 122 int waitResult = pthread_cond_timedwait (&mCondition, mutex.nativeHandle(), &absoluteTime);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_unistd.h 44 pthread_cond_timedwait(),
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
__threading_support 111 return pthread_cond_timedwait(__cv, __m, __ts);
  /system/nfc/halimpl/bcm2079x/adaptation/
CondVar.cpp 109 pthread_cond_timedwait(&mCondition, mutex.nativeHandle(), &absoluteTime);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-4.c 190 ret = pthread_cond_timedwait(&(td->cnd), &(td->mtx), &ts);
539 ("Spurious wake ups have happened. Maybe pthread_cond_timedwait is broken?\n");
555 ("[parent] Child went out from pthread_cond_timedwait without locking the mutex");
2-7.c 197 ret = pthread_cond_timedwait(&(td->cnd), &(td->mtx), &ts);
544 ("Spurious wake ups have happened. Maybe pthread_cond_timedwait is broken?\n");
559 ("[parent] Child went out from pthread_cond_timedwait without locking the mutex");
2-5.c 106 ret = pthread_cond_timedwait(&(data.cnd), &(data.mtx1),
141 ret = pthread_cond_timedwait(&(data.cnd), &(data.mtx2),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpthread-2.11.1.so 
libpthread.so.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpthread-2.15.so 
libpthread.so.0 
  /external/ltp/testcases/open_posix_testsuite/
ChangeLog 23 - stress/threads/pthread_cond_timedwait/stress1.c stress2.c:
29 stress/threads/pthread_cond_timedwait/: New case by Sebastien Dugue
  /external/valgrind/helgrind/tests/
tc20_verifywrap.c 177 /* make pthread_cond_timedwait fail. */
180 r= pthread_cond_timedwait( &cv, &mx4, &abstime ); assert(r);
  /prebuilts/ndk/r11/platforms/android-12/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/lib/
libc.so 
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/libr2/
libc.so 

Completed in 325 milliseconds

1 2 3 4 5 67 8 91011>>