Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_barrier.c153 bar->b_cycle++; in _pthread_barrier_wait()
158 cycle = bar->b_cycle; in _pthread_barrier_wait()
164 } while (cycle == bar->b_cycle); in _pthread_barrier_wait()
H A Dthr_private.h208 int64_t b_cycle; member