Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dtty.c130 static HANDLE uv__tty_console_resized = INVALID_HANDLE_VALUE; variable
2374 uv__tty_console_resized = CreateEvent(NULL, TRUE, FALSE, NULL);
2375 if (uv__tty_console_resized == NULL)
2405 SetEvent(uv__tty_console_resized);
2412 WaitForSingleObject(uv__tty_console_resized, INFINITE);
2414 ResetEvent(uv__tty_console_resized);