Searched refs:b_refcount (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_barrier.c81 if (bar->b_refcount != 0) {
162 bar->b_refcount++;
168 if (--bar->b_refcount == 0 && bar->b_destroying)
H A Dthr_private.h214 int b_refcount; member in struct:pthread_barrier

Completed in 62 milliseconds