Home
last modified time | relevance | path

Searched defs:__pthread_mutex_timedlock (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/trusty/musl/src/thread/
Dpthread_mutex_timedlock.c38 int __pthread_mutex_timedlock(pthread_mutex_t *restrict m, const struct timespec *restrict at) in __pthread_mutex_timedlock() function
/aosp_15_r20/external/musl/src/thread/
H A Dpthread_mutex_timedlock.c56 int __pthread_mutex_timedlock(pthread_mutex_t *restrict m, const struct timespec *restrict at) in __pthread_mutex_timedlock() function
/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_mutex.cpp969 static int __pthread_mutex_timedlock(pthread_mutex_t* mutex_interface, bool use_realtime_clock, in __pthread_mutex_timedlock() function