Home
last modified time | relevance | path

Searched refs:UV_THREAD_HAS_STACK_SIZE (Results 1 – 6 of 6) sorted by relevance

/libuv/docs/src/
H A Dthreading.rst67 UV_THREAD_HAS_STACK_SIZE = 0x01
85 If `UV_THREAD_HAS_STACK_SIZE` is set, `stack_size` specifies a stack size for the new thread.
/libuv/test/
H A Dtest-thread.c256 options.flags = UV_THREAD_HAS_STACK_SIZE; in TEST_IMPL()
/libuv/src/
H A Dthreadpool.c230 config.flags = UV_THREAD_HAS_STACK_SIZE; in init_threads()
/libuv/src/win/
H A Dthread.c110 params->flags & UV_THREAD_HAS_STACK_SIZE ? params->stack_size : 0; in uv_thread_create_ex()
/libuv/src/unix/
H A Dthread.c147 params->flags & UV_THREAD_HAS_STACK_SIZE ? params->stack_size : 0; in uv_thread_create_ex()
/libuv/include/
H A Duv.h1847 UV_THREAD_HAS_STACK_SIZE = 0x01 enumerator

Completed in 20 milliseconds