Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
Dpthread_cond_timedwait.c87 node.next = c->_c_head; in __pthread_cond_timedwait()
88 c->_c_head = &node; in __pthread_cond_timedwait()
125 if (c->_c_head == &node) c->_c_head = node.next; in __pthread_cond_timedwait()
193 c->_c_head = 0; in __private_cond_signal()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h43 #define _c_head __u.__p[1] macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h42 #define _c_head __u.__p[1] macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h43 #define _c_head __u.__p[1] macro
/third_party/musl/src/internal/
Dpthread_impl.h89 #define _c_head __u.__p[1] macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h89 #define _c_head __u.__p[1] macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h90 #define _c_head __u.__p[1] macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h118 #define _c_head __u.__p[1] macro