Home
last modified time | relevance | path

Searched refs:_c_seq (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/src/thread/
Dpthread_cond_broadcast.c7 a_inc(&c->_c_seq); in pthread_cond_broadcast()
8 __wake(&c->_c_seq, -1, 0); in pthread_cond_broadcast()
Dpthread_cond_signal.c7 a_inc(&c->_c_seq); in pthread_cond_signal()
8 __wake(&c->_c_seq, 1, 0); in pthread_cond_signal()
Dpthread_cond_destroy.c8 a_inc(&c->_c_seq); in pthread_cond_destroy()
9 __wake(&c->_c_seq, -1, 0); in pthread_cond_destroy()
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/uniproton/kernel/src/internal/
Dpthread_impl.h39 #define _c_seq __u.__vi[2] macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h38 #define _c_seq __u.__vi[2] macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h39 #define _c_seq __u.__vi[2] macro
/third_party/musl/src/internal/
Dpthread_impl.h85 #define _c_seq __u.__vi[2] macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h85 #define _c_seq __u.__vi[2] macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h86 #define _c_seq __u.__vi[2] macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h114 #define _c_seq __u.__vi[2] macro