Searched refs:nInitialBarrierHeight (Results 1 – 4 of 4) sorted by relevance
71 result = (b->nInitialBarrierHeight > 1 in pthread_barrier_wait()73 b->nInitialBarrierHeight - 1) : 0); in pthread_barrier_wait()91 == (PTW32_INTERLOCKED_LONG)b->nInitialBarrierHeight) in pthread_barrier_wait()
57 b->nCurrentBarrierHeight = b->nInitialBarrierHeight = count; in pthread_barrier_init()
59 if (b->nCurrentBarrierHeight < b->nInitialBarrierHeight) in pthread_barrier_destroy()
329 unsigned int nInitialBarrierHeight; member