Home
last modified time | relevance | path

Searched refs:uv__tty_console_resized (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/win/
H A Dtty.c125 static HANDLE uv__tty_console_resized = INVALID_HANDLE_VALUE; variable
2344 uv__tty_console_resized = CreateEvent(NULL, TRUE, FALSE, NULL);
2345 if (uv__tty_console_resized == NULL)
2375 SetEvent(uv__tty_console_resized);
2382 WaitForSingleObject(uv__tty_console_resized, INFINITE);
2384 ResetEvent(uv__tty_console_resized);
/third_party/node/deps/uv/src/win/
H A Dtty.c130 static HANDLE uv__tty_console_resized = INVALID_HANDLE_VALUE; variable
2376 uv__tty_console_resized = CreateEvent(NULL, TRUE, FALSE, NULL);
2377 if (uv__tty_console_resized == NULL)
2407 SetEvent(uv__tty_console_resized);
2414 WaitForSingleObject(uv__tty_console_resized, INFINITE);
2416 ResetEvent(uv__tty_console_resized);

Completed in 6 milliseconds