OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTW32_THREAD_REUSE_EMPTY
(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)
91
if (
PTW32_THREAD_REUSE_EMPTY
== ptw32_threadReuseTop)
93
ptw32_threadReuseBottom =
PTW32_THREAD_REUSE_EMPTY
;
137
tp->prevReuse =
PTW32_THREAD_REUSE_EMPTY
;
139
if (
PTW32_THREAD_REUSE_EMPTY
!= ptw32_threadReuseBottom)
global.c
43
ptw32_thread_t * ptw32_threadReuseTop =
PTW32_THREAD_REUSE_EMPTY
;
44
ptw32_thread_t * ptw32_threadReuseBottom =
PTW32_THREAD_REUSE_EMPTY
;
ptw32_processTerminate.c
93
while (tp !=
PTW32_THREAD_REUSE_EMPTY
)
implement.h
575
#define
PTW32_THREAD_REUSE_EMPTY
((ptw32_thread_t *)(size_t) 1)
[
all
...]
Completed in 249 milliseconds