Searched refs:__pthread_mutex_timedlock (Results 1 - 3 of 3) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_mutex_lock.c3 int __pthread_mutex_timedlock(pthread_mutex_t *restrict, const struct timespec *restrict);
11 return __pthread_mutex_timedlock(m, 0);
H A Dmtx_timedlock.c4 int __pthread_mutex_timedlock(mtx_t *restrict, const struct timespec *restrict);
8 int ret = __pthread_mutex_timedlock(m, ts);
H A Dpthread_mutex_timedlock.c3 int __pthread_mutex_timedlock(pthread_mutex_t *restrict m, const struct timespec *restrict at) function
34 weak_alias(__pthread_mutex_timedlock, pthread_mutex_timedlock);

Completed in 76 milliseconds