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

/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_cond_broadcast.c9 a_inc(&c->_c_seq);
10 __wake(&c->_c_seq, -1, 0);
H A Dpthread_cond_signal.c9 a_inc(&c->_c_seq);
10 __wake(&c->_c_seq, 1, 0);
H A Dpthread_cond_destroy.c8 a_inc(&c->_c_seq);
9 __wake(&c->_c_seq, -1, 0);
H A Dpthread_cond_timedwait.c83 fut = &c->_c_seq;
84 seq = c->_c_seq;
113 if (e == ECANCELED && c->_c_seq != seq) e = 0;
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dpthread_impl.h74 #define _c_seq __u.__vi[2] macro

Completed in 34 milliseconds