Home
last modified time | relevance | path

Searched refs:clock (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/musl/src/thread/
A Dcnd_timedwait.c26 int e, clock = c->_c_clock, oldstate; in cnd_timedwait() local
61 e = __timedwait(fut, seq, clock, ts); in cnd_timedwait()
/third_party/ulib/musl/src/time/
A Dclock.c6 clock_t clock(void) { in clock() function
/third_party/ulib/musl/pthread/
A Dpthread_cond_timedwait.c35 int e, clock = c->_c_clock, oldstate, tmp; in pthread_cond_timedwait() local
75 e = __timedwait(fut, seq, clock, ts); in pthread_cond_timedwait()
/third_party/ulib/musl/include/
A Dtime.h43 clock_t clock(void);
/third_party/ulib/musl/
A DWHATSNEW52 implemented all remaining required pthread and clock interfaces.
323 - clock function returning wrong value (real time not cpu time)
954 - overflow handling for the clock function
A Dmusl-rules.mk817 $(LOCAL_DIR)/src/time/clock.c \
/third_party/lib/acpica/
A Dchanges.txt11310 the timer with the best clock available. Also, it keeps the core
11312 out of the clock handling business, since the host OS (usually) performs

Completed in 25 milliseconds