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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_barrier_wait.c 57 if (--b->nCurrentBarrierHeight == 0)
83 * nCurrentBarrierHeight = nInitialBarrierHeight and leaves.
90 if ((PTW32_INTERLOCKED_LONG)PTW32_INTERLOCKED_INCREMENT_LONG((PTW32_INTERLOCKED_LONGPTR)&b->nCurrentBarrierHeight)
pthread_barrier_destroy.c 59 if (b->nCurrentBarrierHeight < b->nInitialBarrierHeight)
pthread_barrier_init.c 57 b->nCurrentBarrierHeight = b->nInitialBarrierHeight = count;
implement.h 328 unsigned int nCurrentBarrierHeight;
    [all...]

Completed in 144 milliseconds