Home
last modified time | relevance | path

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

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