Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for SIGUSR2 (0.14 sec)

  1. src/runtime/signal_unix.go

    // consequences. For example, SIGALRM is a bad choice because the
    // signal handler can't tell if it was caused by the real process
    // alarm or not (arguably this means the signal is broken, but I
    // digress). SIGUSR1 and SIGUSR2 are also bad because those are often
    // used in meaningful ways by applications.
    //
    // 4. We need to deal with platforms without real-time signals (like
    // macOS), so those are out.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 16:04:54 UTC 2024
    - 45K bytes
    - Viewed (0)
Back to top