OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptw32_threadReuseTop
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_reuse.c
83
if (PTW32_THREAD_REUSE_EMPTY !=
ptw32_threadReuseTop
)
87
tp =
ptw32_threadReuseTop
;
89
ptw32_threadReuseTop
= tp->prevReuse;
91
if (PTW32_THREAD_REUSE_EMPTY ==
ptw32_threadReuseTop
)
145
ptw32_threadReuseTop
= tp;
ptw32_processTerminate.c
92
tp =
ptw32_threadReuseTop
;
global.c
43
ptw32_thread_t *
ptw32_threadReuseTop
= PTW32_THREAD_REUSE_EMPTY;
implement.h
578
extern ptw32_thread_t *
ptw32_threadReuseTop
;
[
all
...]
Completed in 3052 milliseconds