Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
H A Dtty.c83 static volatile LONG uv__restore_screen_state; variable
546 if (read_console_success && InterlockedOr(&uv__restore_screen_state, 0)) { in uv_tty_line_read_thread()
601 uv__restore_screen_state = FALSE; in uv__tty_queue_read_line()
1107 InterlockedOr(&uv__restore_screen_state, 1); in uv__cancel_read_console()
/third_party/node/deps/uv/src/win/
H A Dtty.c88 static volatile LONG uv__restore_screen_state; variable
552 if (read_console_success && InterlockedOr(&uv__restore_screen_state, 0)) { in uv_tty_line_read_thread()
607 uv__restore_screen_state = FALSE; in uv__tty_queue_read_line()
1118 InterlockedOr(&uv__restore_screen_state, 1); in uv__cancel_read_console()

Completed in 6 milliseconds