/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/ |
pthread.h | 210 int pthread_mutex_timedlock(pthread_mutex_t*, const struct timespec*) __nonnull((1, 2)); 280 int pthread_mutex_lock_timeout_np(pthread_mutex_t*, unsigned) __attribute__((deprecated("use pthread_mutex_timedlock instead")));
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/ |
pthread.h | 210 int pthread_mutex_timedlock(pthread_mutex_t*, const struct timespec*) __nonnull((1, 2)); 280 int pthread_mutex_lock_timeout_np(pthread_mutex_t*, unsigned) __attribute__((deprecated("use pthread_mutex_timedlock instead")));
|
/prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/ |
pthread.h | 172 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
|
/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/ |
pthread.h | 172 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
|
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/ |
pthread.h | 172 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
|
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/ |
pthread.h | 172 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
|
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/ |
pthread.h | 173 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
|
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/ |
pthread.h | 173 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/ |
pthread.h | 173 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
|
/bionic/tests/ |
pthread_test.cpp | [all...] |
/bionic/libc/bionic/ |
pthread_mutex.cpp | 635 int pthread_mutex_timedlock(pthread_mutex_t* mutex_interface, const timespec* abs_timeout) { function
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
stress.c | 74 #include <time.h> /* required for the pthread_mutex_timedlock() function */ 313 ret = pthread_mutex_timedlock(&(c->mtx), &ts);
|
/external/valgrind/helgrind/tests/ |
tc20_verifywrap.stderr.exp | 84 Thread #x's call to pthread_mutex_timedlock failed 87 by 0x........: pthread_mutex_timedlock (hg_intercepts.c:...)
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
pthread.h | 741 extern int pthread_mutex_timedlock (pthread_mutex_t *__restrict __mutex, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
pthread.h | 751 extern int pthread_mutex_timedlock (pthread_mutex_t *__restrict __mutex, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
pthread.h | 340 int WINPTHREAD_API pthread_mutex_timedlock(pthread_mutex_t *m, const struct timespec *ts); [all...] |
/external/valgrind/ |
configure | [all...] |