Home
last modified time | relevance | path

Searched refs:__pthread_mutex_timedlock (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/linux/user/src/thread/
Dpthread_mutex_clocklock.c28 return __pthread_mutex_timedlock(mutex_interface, abs_timeout); in pthread_mutex_clocklock()
31 return __pthread_mutex_timedlock(mutex_interface, abs_timeout); in pthread_mutex_clocklock()
Dpthread_mutex_timedlock.c108 int __pthread_mutex_timedlock(pthread_mutex_t *restrict m, const struct timespec *restrict at) in __pthread_mutex_timedlock() function
116 weak_alias(__pthread_mutex_timedlock, pthread_mutex_timedlock);
Dpthread_mutex_timedlock_monotonic_np.c24 return __pthread_mutex_timedlock(mutex_interface, abs_timeout); in pthread_mutex_timedlock_monotonic_np()
/third_party/musl/src/thread/
Dpthread_mutex_timedlock.c56 int __pthread_mutex_timedlock(pthread_mutex_t *restrict m, const struct timespec *restrict at) in __pthread_mutex_timedlock() function
92 weak_alias(__pthread_mutex_timedlock, pthread_mutex_timedlock);
Dpthread_mutex_lock.c9 return __pthread_mutex_timedlock(m, 0); in __pthread_mutex_lock()
Dmtx_timedlock.c7 int ret = __pthread_mutex_timedlock((pthread_mutex_t *)m, ts); in mtx_timedlock()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_mutex_timedlock.c56 int __pthread_mutex_timedlock(pthread_mutex_t *restrict m, const struct timespec *restrict at) in __pthread_mutex_timedlock() function
90 weak_alias(__pthread_mutex_timedlock, pthread_mutex_timedlock);
/third_party/musl/src/include/
Dpthread.h15 hidden int __pthread_mutex_timedlock(pthread_mutex_t *restrict, const struct timespec *restrict);