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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/helgrind/tests/
cond_timedwait_test.c 13 pthread_cond_timedwait(&cond, &mutex, &now);
cond_timedwait_invalid.c 22 assert(pthread_cond_timedwait(&cond, &mutex, &abstime)==EINVAL);
cond_timedwait_invalid.stderr.exp 8 Thread #x's call to pthread_cond_timedwait failed
11 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
filter_stderr_solaris 9 my $check = join "|", ('pthread_mutex_init', 'pthread_cond_wait', 'pthread_cond_timedwait');
21 'cond_timedwait' => 'pthread_cond_timedwait@*',
  /external/compiler-rt/test/tsan/
cond_version.c 35 res = pthread_cond_timedwait(&c, &m, &ts1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libanl-2.11.1.so 
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 
  /external/libchrome/base/synchronization/
condition_variable_posix.cc 92 // The timeout argument to pthread_cond_timedwait is in absolute time.
117 int rv = pthread_cond_timedwait(&condition_, user_mutex_, &absolute_time);
  /system/core/libbacktrace/
ThreadEntry.cpp 107 int ret = pthread_cond_timedwait(&wait_cond_, &wait_mutex_, &ts);
109 BACK_LOGW("pthread_cond_timedwait for value %d failed: %s", value, strerror(ret));
  /external/v8/src/base/platform/
condition-variable.cc 21 // source for pthread_cond_timedwait() to use the monotonic clock.
97 // source for pthread_cond_timedwait() to use the monotonic clock.
102 // The timeout argument to pthread_cond_timedwait() is in absolute time.
108 result = pthread_cond_timedwait(
  /external/valgrind/drd/tests/
filter_stderr_solaris 35 'cond_timedwait' => 'pthread_cond_timedwait',
  /hardware/qcom/wlan/qcwcn/wifi_hal/
sync.h 81 return pthread_cond_timedwait(&mCondition, &mMutex, &abstime);
  /development/ndk/platforms/android-5/include/
pthread.h 180 int pthread_cond_timedwait(pthread_cond_t *cond,
184 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
201 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers
  /development/ndk/platforms/android-8/include/
pthread.h 185 int pthread_cond_timedwait(pthread_cond_t *cond,
189 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
206 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
pthread.h 180 int pthread_cond_timedwait(pthread_cond_t *cond,
184 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
201 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
pthread.h 185 int pthread_cond_timedwait(pthread_cond_t *cond,
189 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
206 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers
  /bionic/libc/include/
pthread.h 166 int pthread_cond_timedwait(pthread_cond_t*, pthread_mutex_t*, const struct timespec*) __nonnull((1, 2, 3));
289 int pthread_cond_timedwait_relative_np(pthread_cond_t*, pthread_mutex_t*, const struct timespec*) /* TODO: __attribute__((deprecated("use pthread_cond_timedwait instead")))*/;
291 int pthread_cond_timeout_np(pthread_cond_t*, pthread_mutex_t*, unsigned) /* TODO: __attribute__((deprecated("use pthread_cond_timedwait instead")))*/;
  /development/ndk/platforms/android-21/include/
pthread.h 174 int pthread_cond_timedwait(pthread_cond_t*, pthread_mutex_t*, const struct timespec*) __nonnull((1, 2, 3));
276 int pthread_cond_timedwait_relative_np(pthread_cond_t*, pthread_mutex_t*, const struct timespec*) /* TODO: __attribute__((deprecated("use pthread_cond_timedwait instead")))*/;
278 int pthread_cond_timeout_np(pthread_cond_t*, pthread_mutex_t*, unsigned) /* TODO: __attribute__((deprecated("use pthread_cond_timedwait instead")))*/;
  /development/ndk/platforms/android-9/include/
pthread.h 187 int pthread_cond_timedwait(pthread_cond_t *cond,
191 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
208 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 196 INTERCEPTOR(int, pthread_cond_timedwait, pthread_cond_t *c, pthread_mutex_t *m,
202 int res = REAL(pthread_cond_timedwait)(cond, m, abstime);
322 INTERCEPT_FUNCTION_VER(pthread_cond_timedwait, "GLIBC_2.3.2");
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
pthread.h 187 int pthread_cond_timedwait(pthread_cond_t *cond,
191 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
208 /* BIONIC: same as pthread_cond_timedwait, except the 'reltime' given refers

Completed in 663 milliseconds

1 2 3 4 5 6 7 8 91011>>