Searched refs:clock (Results 1 – 7 of 7) sorted by relevance
| /third_party/ulib/musl/src/thread/ |
| A D | cnd_timedwait.c | 26 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 D | clock.c | 6 clock_t clock(void) { in clock() function
|
| /third_party/ulib/musl/pthread/ |
| A D | pthread_cond_timedwait.c | 35 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 D | time.h | 43 clock_t clock(void);
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 52 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 D | musl-rules.mk | 817 $(LOCAL_DIR)/src/time/clock.c \
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 11310 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