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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_reuse.c 93 ptw32_threadReuseBottom = PTW32_THREAD_REUSE_EMPTY;
139 if (PTW32_THREAD_REUSE_EMPTY != ptw32_threadReuseBottom)
141 ptw32_threadReuseBottom->prevReuse = tp;
148 ptw32_threadReuseBottom = tp;
global.c 44 ptw32_thread_t * ptw32_threadReuseBottom = PTW32_THREAD_REUSE_EMPTY;
implement.h 579 extern ptw32_thread_t * ptw32_threadReuseBottom;
    [all...]

Completed in 25 milliseconds