Searched refs:_b_limit (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_barrier_init.c6 *b = (pthread_barrier_t){ ._b_limit = count-1 | (a?a->__attr:0) };
H A Dpthread_barrier_destroy.c5 if (b->_b_limit < 0) {
H A Dpthread_barrier_wait.c5 int limit = (b->_b_limit & INT_MAX) + 1;
62 int limit = b->_b_limit;
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dpthread_impl.h85 #define _b_limit __u.__i[2] macro

Completed in 113 milliseconds