HomeSort by relevance Sort by last modified time
    Searched refs:nInitialBarrierHeight (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_barrier_wait.c 71 result = (b->nInitialBarrierHeight > 1
73 b->nInitialBarrierHeight - 1) : 0);
81 * It is possible that all nInitialBarrierHeight-1 threads are
83 * nCurrentBarrierHeight = nInitialBarrierHeight and leaves.
91 == (PTW32_INTERLOCKED_LONG)b->nInitialBarrierHeight)
pthread_barrier_destroy.c 59 if (b->nCurrentBarrierHeight < b->nInitialBarrierHeight)
pthread_barrier_init.c 57 b->nCurrentBarrierHeight = b->nInitialBarrierHeight = count;
implement.h 329 unsigned int nInitialBarrierHeight;
    [all...]

Completed in 60 milliseconds