Home
last modified time | relevance | path

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

/dports/devel/mingw32-pthreads/pthreads-w32-2-8-0-release/
H A Dptw32_reuse.c92 ptw32_threadReuseBottom = PTW32_THREAD_REUSE_EMPTY; in ptw32_threadReusePop()
135 if (PTW32_THREAD_REUSE_EMPTY != ptw32_threadReuseBottom) in ptw32_threadReusePush()
137 ptw32_threadReuseBottom->prevReuse = tp; in ptw32_threadReusePush()
144 ptw32_threadReuseBottom = tp; in ptw32_threadReusePush()
H A Dglobal.c44 ptw32_thread_t * ptw32_threadReuseBottom = PTW32_THREAD_REUSE_EMPTY; variable
H A Dimplement.h526 extern ptw32_thread_t * ptw32_threadReuseBottom;
H A DChangeLog360 (ptw32_threadReuseBottom): New global variable.
361 * global.c (ptw32_threadReuseBottom): Declare new variable.
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A 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()
H A Dglobal.c44 ptw32_thread_t * ptw32_threadReuseBottom = PTW32_THREAD_REUSE_EMPTY; variable
H A Dimplement.h579 extern ptw32_thread_t * ptw32_threadReuseBottom;
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/w32-pthreads/
H A 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()
H A Dglobal.c44 ptw32_thread_t * ptw32_threadReuseBottom = PTW32_THREAD_REUSE_EMPTY; variable
H A Dimplement.h567 extern ptw32_thread_t * ptw32_threadReuseBottom;
H A DChangeLog750 (ptw32_threadReuseBottom): New global variable.
751 * global.c (ptw32_threadReuseBottom): Declare new variable.