Searched refs:__pthread_mutex_timedlock (Results 1 – 8 of 8) sorted by relevance
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_mutex_clocklock.c | 28 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()
|
D | pthread_mutex_timedlock.c | 108 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);
|
D | pthread_mutex_timedlock_monotonic_np.c | 24 return __pthread_mutex_timedlock(mutex_interface, abs_timeout); in pthread_mutex_timedlock_monotonic_np()
|
/third_party/musl/src/thread/ |
D | pthread_mutex_timedlock.c | 56 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);
|
D | pthread_mutex_lock.c | 9 return __pthread_mutex_timedlock(m, 0); in __pthread_mutex_lock()
|
D | mtx_timedlock.c | 7 int ret = __pthread_mutex_timedlock((pthread_mutex_t *)m, ts); in mtx_timedlock()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_mutex_timedlock.c | 56 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/ |
D | pthread.h | 15 hidden int __pthread_mutex_timedlock(pthread_mutex_t *restrict, const struct timespec *restrict);
|