Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
H A 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/linux/user/src/thread/
H A Dpthread_cond_timedwait.c109 if (!c->_c_tail) { in __pthread_cond_timedwait()
110 c->_c_tail = &node; in __pthread_cond_timedwait()
160 if (c->_c_tail == &node) { in __pthread_cond_timedwait()
161 c->_c_tail = node.prev; in __pthread_cond_timedwait()
228 if (a_ll_p(&c->_c_tail) == NULL) { in __private_cond_signal()
238 for (p = c->_c_tail; n && p; p = p->prev) { in __private_cond_signal()
258 c->_c_tail = p; in __private_cond_signal()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dpthread_impl.h44 #define _c_tail __u.__p[5] macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dpthread_impl.h44 #define _c_tail __u.__p[5] macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dpthread_impl.h39 #define _c_tail __u.__p[5] macro
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dpthread_impl.h91 #define _c_tail __u.__p[5] macro
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h150 #define _c_tail __u.__p[5] macro
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h101 #define _c_tail __u.__p[5] macro
/third_party/musl/src/internal/
H A Dpthread_impl.h138 #define _c_tail __u.__p[5] macro

Completed in 7 milliseconds