Home
last modified time | relevance | path

Searched refs:nInitialBarrierHeight (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dpthread_barrier_wait.c71 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()
Dpthread_barrier_init.c57 b->nCurrentBarrierHeight = b->nInitialBarrierHeight = count; in pthread_barrier_init()
Dpthread_barrier_destroy.c59 if (b->nCurrentBarrierHeight < b->nInitialBarrierHeight) in pthread_barrier_destroy()
Dimplement.h329 unsigned int nInitialBarrierHeight; member