/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/ |
gthr-posix.h | 140 __gthrw3(pthread_mutex_timedlock) 170 __gthrw(pthread_mutex_timedlock) 802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/ |
gthr-default.h | 140 __gthrw3(pthread_mutex_timedlock) 170 __gthrw(pthread_mutex_timedlock) 802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
gthr-posix.h | 140 __gthrw3(pthread_mutex_timedlock) 170 __gthrw(pthread_mutex_timedlock) 802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/ |
gthr-default.h | 140 __gthrw3(pthread_mutex_timedlock) 170 __gthrw(pthread_mutex_timedlock) 802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
gthr-posix.h | 140 __gthrw3(pthread_mutex_timedlock) 170 __gthrw(pthread_mutex_timedlock) 802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/ |
gthr-default.h | 140 __gthrw3(pthread_mutex_timedlock) 170 __gthrw(pthread_mutex_timedlock) 802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
gthr-posix.h | 140 __gthrw3(pthread_mutex_timedlock) 170 __gthrw(pthread_mutex_timedlock) 802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/ |
gthr-default.h | 140 __gthrw3(pthread_mutex_timedlock) 170 __gthrw(pthread_mutex_timedlock) 802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
gthr-posix.h | 140 __gthrw3(pthread_mutex_timedlock) 170 __gthrw(pthread_mutex_timedlock) 802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/ |
gthr-default.h | 140 __gthrw3(pthread_mutex_timedlock) 170 __gthrw(pthread_mutex_timedlock) 802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
gthr-posix.h | 140 __gthrw3(pthread_mutex_timedlock) 170 __gthrw(pthread_mutex_timedlock) 802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
/development/ndk/sources/android/libportable/arch-mips/ |
pthread.c | 171 PTHREAD_WRAPPER(pthread_mutex_timedlock, (pthread_mutex_t *mutex, struct timespec *ts),
|
/external/valgrind/main/ |
config.h | 180 /* Define to 1 if you have the `pthread_mutex_timedlock' function. */
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
timm_osal_mutex.c | 196 if (SUCCESS != pthread_mutex_timedlock(plMutex, &abs_timeout))
|
/external/valgrind/main/helgrind/tests/ |
tc20_verifywrap.stderr.exp | 82 Thread #x's call to pthread_mutex_timedlock failed 84 at 0x........: pthread_mutex_timedlock (hg_intercepts.c:...)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/ |
gthr-default.h | 131 __gthrw(pthread_mutex_timedlock) 781 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
gthr-posix.h | 131 __gthrw(pthread_mutex_timedlock) 781 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/ |
gthr-default.h | 131 __gthrw(pthread_mutex_timedlock) 781 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
gthr-posix.h | 131 __gthrw(pthread_mutex_timedlock) 781 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/ |
gthr-default.h | 131 __gthrw(pthread_mutex_timedlock) 781 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
gthr-posix.h | 131 __gthrw(pthread_mutex_timedlock) 781 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/ |
gthr-default.h | 131 __gthrw(pthread_mutex_timedlock) 781 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
gthr-posix.h | 131 __gthrw(pthread_mutex_timedlock) 781 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | 914 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { 915 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_timedlock, m, abstime); 916 int res = REAL(pthread_mutex_timedlock)(m, abstime); [all...] |
tsan_stat.cc | 154 name[StatInt_pthread_mutex_timedlock] = " pthread_mutex_timedlock ";
|