Home
last modified time | relevance | path

Searched refs:_c_waiters (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/src/thread/
Dpthread_cond_destroy.c5 if (c->_c_shared && c->_c_waiters) { in pthread_cond_destroy()
7 a_or(&c->_c_waiters, 0x80000000); in pthread_cond_destroy()
10 while ((cnt = c->_c_waiters) & 0x7fffffff) in pthread_cond_destroy()
11 __wait(&c->_c_waiters, 0, cnt, 0); in pthread_cond_destroy()
Dpthread_cond_timedwait.c80 a_inc(&c->_c_waiters); in __pthread_cond_timedwait()
109 if (a_fetch_add(&c->_c_waiters, -1) == -0x7fffffff) in __pthread_cond_timedwait()
110 __wake(&c->_c_waiters, 1, 0); in __pthread_cond_timedwait()
Dpthread_cond_broadcast.c6 if (!c->_c_waiters) return 0; in pthread_cond_broadcast()
Dpthread_cond_signal.c6 if (!c->_c_waiters) return 0; in pthread_cond_signal()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_cond_timedwait.c80 a_inc(&c->_c_waiters); in __pthread_cond_timedwait()
109 if (a_fetch_add(&c->_c_waiters, -1) == -0x7fffffff) in __pthread_cond_timedwait()
110 __wake(&c->_c_waiters, 1, 0); in __pthread_cond_timedwait()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h40 #define _c_waiters __u.__vi[3] macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h40 #define _c_waiters __u.__vi[3] macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h35 #define _c_waiters __u.__vi[3] macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h87 #define _c_waiters __u.__vi[3] macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h97 #define _c_waiters __u.__vi[3] macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h146 #define _c_waiters __u.__vi[3] macro
/third_party/musl/src/internal/
Dpthread_impl.h126 #define _c_waiters __u.__vi[3] macro