Searched refs:SIGWINCH (Results 1 – 5 of 5) sorted by relevance
23 * SIGWINCH is raised whenever libuv detects that the console has been25 32-bit libuv app is running on 64-bit system, SIGWINCH will be emulated. In26 such cases SIGWINCH signals may not always be delivered in a timely manner.39 .. versionchanged:: 1.15.0 SIGWINCH support on Windows was improved.40 .. versionchanged:: 1.31.0 32-bit libuv SIGWINCH support on 64-bit Windows was
96 #define SIGWINCH 28 macro99 #if defined(NSIG) && NSIG <= SIGWINCH103 # define NSIG SIGWINCH + 1
62 ASSERT_OK(uv_signal_start(&signal, signum_test_cb, SIGWINCH)); in TEST_IMPL()
2404 uv__signal_dispatch(SIGWINCH);
190 * win,signal: fix data race dispatching SIGWINCH (Jameson Nash)1931 * win, tty: fix problem of receiving unexpected SIGWINCH (erw7)2038 * win, tty: improve SIGWINCH performance (Bartosz Sosnowski)2453 * win: Redefine NSIG to consider SIGWINCH (Jeremy Studer)2935 * doc: remove note about SIGWINCH on Windows (Bartosz Sosnowski)3041 * win,tty: improve SIGWINCH support (Bartosz Sosnowski)
Completed in 24 milliseconds