Searched refs:_c_tail (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_cond_timedwait.c94 if (!c->_c_tail) c->_c_tail = &node;
132 if (c->_c_tail == &node) c->_c_tail = node.prev;
184 for (p=c->_c_tail; n && p; p=p->prev) {
200 c->_c_tail = p;
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dpthread_impl.h79 #define _c_tail __u.__p[5] macro

Completed in 29 milliseconds