Home
last modified time | relevance | path

Searched refs:_c_seq (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/src/thread/
H A Dpthread_cond_broadcast.c7 a_inc(&c->_c_seq); in pthread_cond_broadcast()
8 __wake(&c->_c_seq, -1, 0); in pthread_cond_broadcast()
H A Dpthread_cond_signal.c7 a_inc(&c->_c_seq); in pthread_cond_signal()
8 __wake(&c->_c_seq, 1, 0); in pthread_cond_signal()
H A Dpthread_cond_destroy.c8 a_inc(&c->_c_seq); in pthread_cond_destroy()
9 __wake(&c->_c_seq, -1, 0); in pthread_cond_destroy()
H A Dpthread_cond_timedwait.c78 fut = &c->_c_seq; in __pthread_cond_timedwait()
79 seq = c->_c_seq; in __pthread_cond_timedwait()
108 if (e == ECANCELED && c->_c_seq != seq) e = 0; in __pthread_cond_timedwait()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_cond_timedwait.c98 fut = &c->_c_seq; in __pthread_cond_timedwait()
99 seq = c->_c_seq; in __pthread_cond_timedwait()
136 if (e == ECANCELED && c->_c_seq != seq) { in __pthread_cond_timedwait()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dpthread_impl.h39 #define _c_seq __u.__vi[2] macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dpthread_impl.h39 #define _c_seq __u.__vi[2] macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dpthread_impl.h34 #define _c_seq __u.__vi[2] macro
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dpthread_impl.h86 #define _c_seq __u.__vi[2] macro
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h145 #define _c_seq __u.__vi[2] macro
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h96 #define _c_seq __u.__vi[2] macro
/third_party/musl/src/internal/
H A Dpthread_impl.h133 #define _c_seq __u.__vi[2] macro

Completed in 5 milliseconds