Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-tcp-open.c45 static void startup(void) { in startup() function
244 startup(); in TEST_IMPL()
290 startup(); in TEST_IMPL()
317 startup(); in TEST_IMPL()
343 startup(); in TEST_IMPL()
382 startup(); in TEST_IMPL()
H A Dtest-udp-open.c40 static void startup(void) { in startup() function
147 startup(); in TEST_IMPL()
201 startup(); in TEST_IMPL()
230 startup(); in TEST_IMPL()
262 startup(); in TEST_IMPL()
/libuv/src/win/
H A Dprocess.c899 STARTUPINFOW startup; in uv_spawn() local
1009 startup.cb = sizeof(startup); in uv_spawn()
1010 startup.lpReserved = NULL; in uv_spawn()
1011 startup.lpDesktop = NULL; in uv_spawn()
1012 startup.lpTitle = NULL; in uv_spawn()
1015 startup.cbReserved2 = uv__stdio_size(child_stdio_buffer); in uv_spawn()
1016 startup.lpReserved2 = (BYTE*) child_stdio_buffer; in uv_spawn()
1018 startup.hStdInput = uv__stdio_handle(child_stdio_buffer, 0); in uv_spawn()
1037 startup.wShowWindow = SW_HIDE; in uv_spawn()
1039 startup.wShowWindow = SW_SHOWDEFAULT; in uv_spawn()
[all …]
/libuv/docs/src/
H A Dthreadpool.rst11 Its default size is 4, but it can be changed at startup time by setting the
/libuv/docs/src/guide/
H A Dfilesystem.rst80 one-off, or are done as part of the startup or shutdown stage are performed
/libuv/
H A DChangeLog3024 * tty, win: get SetWinEventHook pointer at startup (Bartosz Sosnowski)

Completed in 30 milliseconds