/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/ |
gthr-posix.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/ |
gthr-default.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
gthr-posix.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/ |
gthr-default.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
gthr-posix.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/ |
gthr-default.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
gthr-posix.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/ |
gthr-default.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
gthr-posix.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
/bionic/libc/include/ |
pthread.h | 158 int pthread_mutex_timedlock(pthread_mutex_t* _Nonnull, const struct timespec* _Nonnull)
|
/development/ndk/platforms/android-21/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")));
|
/development/ndk/platforms/android-9/include/ |
pthread.h | 173 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
pitest-1.c | 213 rc = pthread_mutex_timedlock(&mutex, &boost_time);
|
pitest-6.c | 215 rc = pthread_mutex_timedlock(&mutex, &boost_time);
|
/external/mesa3d/include/c11/ |
threads_posix.h | 43 Use pthread_mutex_timedlock() for `mtx_timedlock()' 249 rt = pthread_mutex_timedlock(mtx, &ts);
|
/external/valgrind/helgrind/tests/ |
tc20_verifywrap.c | 133 /* make pthread_mutex_timedlock fail */ 136 r= pthread_mutex_timedlock( &mx3, &abstime ); assert(r);
|
/frameworks/wilhelm/src/ |
locks.cpp | 59 ok = pthread_mutex_timedlock(&thiz->mMutex, &ts);
|
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/ |
pthread.h | 173 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
|
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/ |
pthread.h | 173 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
|
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/ |
pthread.h | 173 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
|
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/ |
pthread.h | 173 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
|
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/ |
pthread.h | 173 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
|
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/ |
pthread.h | 173 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
|
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/ |
pthread.h | 173 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
|
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/ |
pthread.h | 173 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
|