Searched refs:_c_clock (Results 1 – 15 of 15) sorted by relevance
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_cond_clockwait.c | 26 cond->_c_clock = CLOCK_MONOTONIC; in pthread_cond_clockwait() 29 cond->_c_clock = CLOCK_REALTIME; in pthread_cond_clockwait()
|
D | pthread_cond_timedwait_monotonic_np.c | 24 cond->_c_clock = CLOCK_MONOTONIC; in pthread_cond_timedwait_monotonic_np()
|
D | pthread_cond_init.c | 7 c->_c_clock = a->__attr & 0x7fffffff; in pthread_cond_init()
|
D | pthread_cond_timedwait.c | 65 int e, seq, clock = c->_c_clock, cs, shared=0, oldstate, tmp; in __pthread_cond_timedwait()
|
/third_party/musl/src/thread/ |
D | pthread_cond_clockwait.c | 26 cond->_c_clock = CLOCK_MONOTONIC; in pthread_cond_clockwait() 29 cond->_c_clock = CLOCK_REALTIME; in pthread_cond_clockwait()
|
D | pthread_cond_init.c | 7 c->_c_clock = a->__attr & 0x7fffffff; in pthread_cond_init()
|
D | pthread_cond_timedwait_monotonic_np.c | 24 cond->_c_clock = CLOCK_MONOTONIC; in pthread_cond_timedwait_monotonic_np()
|
D | pthread_cond_timedwait.c | 65 int e, seq, clock = c->_c_clock, cs, shared=0, oldstate, tmp; in __pthread_cond_timedwait()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | pthread_impl.h | 41 #define _c_clock __u.__i[4] macro
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | pthread_impl.h | 41 #define _c_clock __u.__i[4] macro
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | pthread_impl.h | 36 #define _c_clock __u.__i[4] macro
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 88 #define _c_clock __u.__i[4] macro
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 98 #define _c_clock __u.__i[4] macro
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 147 #define _c_clock __u.__i[4] macro
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 127 #define _c_clock __u.__i[4] macro
|