Home
last modified time | relevance | path

Searched refs:__timedwait (Results 1 – 9 of 9) sorted by relevance

/third_party/ulib/musl/src/thread/
A D__timedwait.c7 int __timedwait(atomic_int* futex, int val, clockid_t clk, const struct timespec* at) { in __timedwait() function
A Dcnd_timedwait.c61 e = __timedwait(fut, seq, clock, ts); in cnd_timedwait()
/third_party/ulib/musl/pthread/
A Dsem_timedwait.c19 int r = __timedwait(&sem->_s_value, -1, CLOCK_REALTIME, at); in sem_timedwait()
A Dpthread_rwlock_timedwrlock.c20 r = __timedwait(&rw->_rw_lock, t, CLOCK_REALTIME, at); in pthread_rwlock_timedwrlock()
A Dpthread_rwlock_timedrdlock.c20 r = __timedwait(&rw->_rw_lock, t, CLOCK_REALTIME, at); in pthread_rwlock_timedrdlock()
A Dpthread_mutex_timedlock.c28 r = __timedwait(&m->_m_lock, t, CLOCK_REALTIME, at); in pthread_mutex_timedlock()
A Dpthread_cond_timedwait.c75 e = __timedwait(fut, seq, clock, ts); in pthread_cond_timedwait()
/third_party/ulib/musl/src/internal/
A Dthreads_impl.h154 int __timedwait(atomic_int*, int, clockid_t, const struct timespec*)
/third_party/ulib/musl/
A Dmusl-rules.mk782 $(LOCAL_DIR)/src/thread/__timedwait.c \

Completed in 13 milliseconds