/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/ |
H A D | pthread.h | 110 int pthread_mutex_timedlock(pthread_mutex_t *__restrict, const struct timespec *__restrict); 232 __REDIR(pthread_mutex_timedlock, __pthread_mutex_timedlock_time64);
|
/aosp_15_r20/external/musl/include/ |
H A D | pthread.h | 110 int pthread_mutex_timedlock(pthread_mutex_t *__restrict, const struct timespec *__restrict); 232 __REDIR(pthread_mutex_timedlock, __pthread_mutex_timedlock_time64);
|
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/ |
H A D | pthread.h | 110 int pthread_mutex_timedlock(pthread_mutex_t *__restrict, const struct timespec *__restrict); 232 __REDIR(pthread_mutex_timedlock, __pthread_mutex_timedlock_time64);
|
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/ |
H A D | pthread.h | 110 int pthread_mutex_timedlock(pthread_mutex_t *__restrict, const struct timespec *__restrict); 232 __REDIR(pthread_mutex_timedlock, __pthread_mutex_timedlock_time64);
|
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/ |
H A D | pthread.h | 110 int pthread_mutex_timedlock(pthread_mutex_t *__restrict, const struct timespec *__restrict); 232 __REDIR(pthread_mutex_timedlock, __pthread_mutex_timedlock_time64);
|
/aosp_15_r20/external/musl/compat/time32/ |
H A D | pthread_mutex_timedlock_time32.c | 7 return pthread_mutex_timedlock(m, !ts32 ? 0 : (&(struct timespec){ in __pthread_mutex_timedlock_time32()
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/ |
H A D | coverage.txt | 1 This document defines the coverage for the pthread_mutex_timedlock function:
|
H A D | 4-1.c | 82 ret = pthread_mutex_timedlock(&mutex, &timeout); in f1()
|
H A D | 5-3.c | 105 ret = pthread_mutex_timedlock(&mutex, &timeout); in f1()
|
H A D | 5-1.c | 98 ret = pthread_mutex_timedlock(&mutex, &timeout); in f1()
|
H A D | 5-2.c | 98 ret = pthread_mutex_timedlock(&mutex, &timeout); in f1()
|
H A D | 1-1.c | 123 if (pthread_mutex_timedlock(&mutex, &timeout) != ETIMEDOUT) { in f1()
|
H A D | 2-1.c | 136 if (pthread_mutex_timedlock(&mutex, &timeout) != ETIMEDOUT) { in f1()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
D | gthr-posix.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout); in __gthread_mutex_timedlock()
|
D | gthr-default.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout); in __gthread_mutex_timedlock()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
D | gthr-default.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout); in __gthread_mutex_timedlock()
|
D | gthr-posix.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout); in __gthread_mutex_timedlock()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/x86_64-linux/32/bits/ |
D | gthr-default.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout); in __gthread_mutex_timedlock()
|
D | gthr-posix.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout); in __gthread_mutex_timedlock()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/x86_64-linux/bits/ |
D | gthr-default.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout); in __gthread_mutex_timedlock()
|
D | gthr-posix.h | 118 __gthrw(pthread_mutex_timedlock) 768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout); in __gthread_mutex_timedlock()
|
/aosp_15_r20/external/trusty/musl/src/thread/ |
D | pthread_mutex_timedlock.c | 74 weak_alias(__pthread_mutex_timedlock, pthread_mutex_timedlock);
|
/aosp_15_r20/external/musl/src/thread/ |
H A D | pthread_mutex_timedlock.c | 92 weak_alias(__pthread_mutex_timedlock, pthread_mutex_timedlock);
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/core/libutils/include/utils/ |
D | Mutex.h | 198 return -pthread_mutex_timedlock(&mMutex, &ts); in timedLock()
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libutils/include/utils/ |
D | Mutex.h | 198 return -pthread_mutex_timedlock(&mMutex, &ts); in timedLock()
|