Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_barrier.c78 if (bar->b_refcount != 0) { in _pthread_barrier_destroy()
159 bar->b_refcount++; in _pthread_barrier_wait()
165 if (--bar->b_refcount == 0 && bar->b_destroying) in _pthread_barrier_wait()
H A Dthr_private.h211 int b_refcount; member