OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UV_THREAD_HAS_STACK_SIZE
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-thread.c
256
options.flags =
UV_THREAD_HAS_STACK_SIZE
;
/src/external/mit/libuv/dist/src/
threadpool.c
231
config.flags =
UV_THREAD_HAS_STACK_SIZE
;
/src/external/mit/libuv/dist/src/win/
thread.c
122
params->flags &
UV_THREAD_HAS_STACK_SIZE
? params->stack_size : 0;
/src/external/mit/libuv/dist/src/unix/
thread.c
156
params->flags &
UV_THREAD_HAS_STACK_SIZE
? params->stack_size : 0;
/src/external/mit/libuv/dist/include/
uv.h
1892
UV_THREAD_HAS_STACK_SIZE
= 0x01
Completed in 17 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026