Home
last modified time | relevance | path

Searched refs:pthread_mutex_timedlock (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/
H A Dpthread.h110 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 Dpthread.h110 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 Dpthread.h110 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 Dpthread.h110 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 Dpthread.h110 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 Dpthread_mutex_timedlock_time32.c7 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 Dcoverage.txt1 This document defines the coverage for the pthread_mutex_timedlock function:
H A D4-1.c82 ret = pthread_mutex_timedlock(&mutex, &timeout); in f1()
H A D5-3.c105 ret = pthread_mutex_timedlock(&mutex, &timeout); in f1()
H A D5-1.c98 ret = pthread_mutex_timedlock(&mutex, &timeout); in f1()
H A D5-2.c98 ret = pthread_mutex_timedlock(&mutex, &timeout); in f1()
H A D1-1.c123 if (pthread_mutex_timedlock(&mutex, &timeout) != ETIMEDOUT) { in f1()
H A D2-1.c136 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/
Dgthr-posix.h118 __gthrw(pthread_mutex_timedlock)
768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout); in __gthread_mutex_timedlock()
Dgthr-default.h118 __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/
Dgthr-default.h118 __gthrw(pthread_mutex_timedlock)
768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout); in __gthread_mutex_timedlock()
Dgthr-posix.h118 __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/
Dgthr-default.h118 __gthrw(pthread_mutex_timedlock)
768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout); in __gthread_mutex_timedlock()
Dgthr-posix.h118 __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/
Dgthr-default.h118 __gthrw(pthread_mutex_timedlock)
768 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout); in __gthread_mutex_timedlock()
Dgthr-posix.h118 __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/
Dpthread_mutex_timedlock.c74 weak_alias(__pthread_mutex_timedlock, pthread_mutex_timedlock);
/aosp_15_r20/external/musl/src/thread/
H A Dpthread_mutex_timedlock.c92 weak_alias(__pthread_mutex_timedlock, pthread_mutex_timedlock);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/core/libutils/include/utils/
DMutex.h198 return -pthread_mutex_timedlock(&mMutex, &ts); in timedLock()
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libutils/include/utils/
DMutex.h198 return -pthread_mutex_timedlock(&mMutex, &ts); in timedLock()

12345678910>>...18