Home
last modified time | relevance | path

Searched refs:_b_limit (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/src/thread/
Dpthread_barrier_wait.c5 int limit = (b->_b_limit & INT_MAX) + 1; in pshared_barrier_wait()
62 int limit = b->_b_limit; in pthread_barrier_wait()
Dpthread_barrier_init.c6 *b = (pthread_barrier_t){ ._b_limit = count-1 | (a?a->__attr:0) }; in pthread_barrier_init()
Dpthread_barrier_destroy.c5 if (b->_b_limit < 0) { in pthread_barrier_destroy()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_barrier_wait.c5 int limit = (b->_b_limit & INT_MAX) + 1; in pshared_barrier_wait()
62 int limit = b->_b_limit; in pthread_barrier_wait()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h50 #define _b_limit __u.__i[2] macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h49 #define _b_limit __u.__i[2] macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h50 #define _b_limit __u.__i[2] macro
/third_party/musl/src/internal/
Dpthread_impl.h96 #define _b_limit __u.__i[2] macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h96 #define _b_limit __u.__i[2] macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h97 #define _b_limit __u.__i[2] macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h126 #define _b_limit __u.__i[2] macro