Home
last modified time | relevance | path

Searched refs:UV_THREAD_HAS_STACK_SIZE (Results 1 - 10 of 10) sorted by relevance

/third_party/libuv/test/
H A Dtest-thread.c256 options.flags = UV_THREAD_HAS_STACK_SIZE; in TEST_IMPL()
/third_party/libuv/src/win/
H A Dthread.c132 params->flags & UV_THREAD_HAS_STACK_SIZE ? params->stack_size : 0; in uv_thread_create_ex()
/third_party/node/deps/uv/src/win/
H A Dthread.c132 params->flags & UV_THREAD_HAS_STACK_SIZE ? params->stack_size : 0; in uv_thread_create_ex()
/third_party/libuv/src/unix/
H A Dthread.c147 params->flags & UV_THREAD_HAS_STACK_SIZE ? params->stack_size : 0; in uv_thread_create_ex()
/third_party/node/deps/uv/src/unix/
H A Dthread.c254 params->flags & UV_THREAD_HAS_STACK_SIZE ? params->stack_size : 0; in uv_thread_create_ex()
/third_party/libuv/src/
H A Dthreadpool.c532 config.flags = UV_THREAD_HAS_STACK_SIZE; in init_threads()
/third_party/node/src/
H A Dnode_worker.cc636 thread_options.flags = UV_THREAD_HAS_STACK_SIZE; in StartThread()
/third_party/libuv/include/
H A Duv.h1889 UV_THREAD_HAS_STACK_SIZE = 0x01 enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h1751 UV_THREAD_HAS_STACK_SIZE = 0x01 enumerator
/third_party/node/deps/uv/include/
H A Duv.h1775 UV_THREAD_HAS_STACK_SIZE = 0x01 enumerator

Completed in 16 milliseconds