Searched refs:startup (Results 1 – 6 of 6) sorted by relevance
45 static void startup(void) { in startup() function244 startup(); in TEST_IMPL()290 startup(); in TEST_IMPL()317 startup(); in TEST_IMPL()343 startup(); in TEST_IMPL()382 startup(); in TEST_IMPL()
40 static void startup(void) { in startup() function147 startup(); in TEST_IMPL()201 startup(); in TEST_IMPL()230 startup(); in TEST_IMPL()262 startup(); in TEST_IMPL()
899 STARTUPINFOW startup; in uv_spawn() local1009 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 …]
11 Its default size is 4, but it can be changed at startup time by setting the
80 one-off, or are done as part of the startup or shutdown stage are performed
3024 * tty, win: get SetWinEventHook pointer at startup (Bartosz Sosnowski)
Completed in 30 milliseconds