Home
last modified time | relevance | path

Searched refs:_c_tail (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/src/thread/
Dpthread_cond_timedwait.c89 if (!c->_c_tail) c->_c_tail = &node; in __pthread_cond_timedwait()
127 if (c->_c_tail == &node) c->_c_tail = node.prev; in __pthread_cond_timedwait()
183 for (p=c->_c_tail; n && p; p=p->prev) { in __private_cond_signal()
199 c->_c_tail = p; in __private_cond_signal()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h44 #define _c_tail __u.__p[5] macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h44 #define _c_tail __u.__p[5] macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h39 #define _c_tail __u.__p[5] macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h91 #define _c_tail __u.__p[5] macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h101 #define _c_tail __u.__p[5] macro
/third_party/musl/src/internal/
Dpthread_impl.h98 #define _c_tail __u.__p[5] macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h130 #define _c_tail __u.__p[5] macro