Home
last modified time | relevance | path

Searched refs:_c_clock (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/porting/linux/user/src/thread/
Dpthread_cond_clockwait.c26 cond->_c_clock = CLOCK_MONOTONIC; in pthread_cond_clockwait()
29 cond->_c_clock = CLOCK_REALTIME; in pthread_cond_clockwait()
Dpthread_cond_timedwait_monotonic_np.c24 cond->_c_clock = CLOCK_MONOTONIC; in pthread_cond_timedwait_monotonic_np()
Dpthread_cond_init.c7 c->_c_clock = a->__attr & 0x7fffffff; in pthread_cond_init()
/third_party/musl/src/thread/
Dpthread_cond_init.c7 c->_c_clock = a->__attr & 0x7fffffff; in pthread_cond_init()
Dpthread_cond_timedwait.c65 int e, seq, clock = c->_c_clock, cs, shared=0, oldstate, tmp; in __pthread_cond_timedwait()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h41 #define _c_clock __u.__i[4] macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h41 #define _c_clock __u.__i[4] macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h36 #define _c_clock __u.__i[4] macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h88 #define _c_clock __u.__i[4] macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h98 #define _c_clock __u.__i[4] macro
/third_party/musl/src/internal/
Dpthread_impl.h95 #define _c_clock __u.__i[4] macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h127 #define _c_clock __u.__i[4] macro