Home
last modified time | relevance | path

Searched refs:pthread_mutex_timedlock_pi (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/trusty/musl/src/thread/
Dpthread_mutex_timedlock.c3 static int pthread_mutex_timedlock_pi(pthread_mutex_t *restrict m, const struct timespec *restrict … in pthread_mutex_timedlock_pi() function
50 if (type&8) return pthread_mutex_timedlock_pi(m, at); in __pthread_mutex_timedlock()
/aosp_15_r20/external/musl/src/thread/
H A Dpthread_mutex_timedlock.c21 static int pthread_mutex_timedlock_pi(pthread_mutex_t *restrict m, const struct timespec *restrict … in pthread_mutex_timedlock_pi() function
68 if (type&8) return pthread_mutex_timedlock_pi(m, at); in __pthread_mutex_timedlock()
/aosp_15_r20/bionic/tests/
H A Dpthread_test.cpp2551 TEST(pthread, pthread_mutex_timedlock_pi) { in TEST() argument