Home
last modified time | relevance | path

Searched refs:ptw32_threadReuseBottom (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dptw32_reuse.c93 ptw32_threadReuseBottom = PTW32_THREAD_REUSE_EMPTY; in ptw32_threadReusePop()
139 if (PTW32_THREAD_REUSE_EMPTY != ptw32_threadReuseBottom) in ptw32_threadReusePush()
141 ptw32_threadReuseBottom->prevReuse = tp; in ptw32_threadReusePush()
148 ptw32_threadReuseBottom = tp; in ptw32_threadReusePush()
Dglobal.c44 ptw32_thread_t * ptw32_threadReuseBottom = PTW32_THREAD_REUSE_EMPTY; variable
Dimplement.h579 extern ptw32_thread_t * ptw32_threadReuseBottom;