Home
last modified time | relevance | path

Searched refs:_c_shared (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/src/thread/
Dpthread_cond_broadcast.c5 if (!c->_c_shared) return __private_cond_signal(c, -1); in pthread_cond_broadcast()
Dpthread_cond_signal.c5 if (!c->_c_shared) return __private_cond_signal(c, 1); in pthread_cond_signal()
Dpthread_cond_init.c8 if (a->__attr>>31) c->_c_shared = (void *)-1; in pthread_cond_init()
Dpthread_cond_destroy.c5 if (c->_c_shared && c->_c_waiters) { in pthread_cond_destroy()
Dpthread_cond_timedwait.c76 if (c->_c_shared) { in __pthread_cond_timedwait()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_cond_init.c8 if (a->__attr>>31) c->_c_shared = (void *)-1; in pthread_cond_init()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h38 #define _c_shared __u.__p[0] macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h38 #define _c_shared __u.__p[0] macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h33 #define _c_shared __u.__p[0] macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h85 #define _c_shared __u.__p[0] macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h95 #define _c_shared __u.__p[0] macro
/third_party/musl/src/internal/
Dpthread_impl.h92 #define _c_shared __u.__p[0] macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h124 #define _c_shared __u.__p[0] macro