Home | History | Annotate | Download | only in adb

Lines Matching refs:SIGWINCH

475     // Unblock SIGWINCH for this thread, so our read(2) below will be
479 sigaddset(&mask, SIGWINCH);
649 sigaction(SIGWINCH, &sa, nullptr);
651 // Now block SIGWINCH in this thread (the main thread) and all threads spawned
656 sigaddset(&mask, SIGWINCH);