Searched refs:_c_shared (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_cond_broadcast.c7 if (!c->_c_shared) return __private_cond_signal(c, -1);
H A Dpthread_cond_init.c8 if (a->__attr>>31) c->_c_shared = (void *)-1;
H A Dpthread_cond_signal.c7 if (!c->_c_shared) return __private_cond_signal(c, 1);
H A Dpthread_cond_destroy.c5 if (c->_c_shared && c->_c_waiters) {
H A Dpthread_cond_timedwait.c81 if (c->_c_shared) {
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dpthread_impl.h73 #define _c_shared __u.__p[0] macro

Completed in 35 milliseconds