Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for SIGSETXID (1.66 sec)

  1. src/runtime/signal_unix.go

    //
    // 2. It shouldn't be used internally by libc in mixed Go/C binaries
    // because libc may assume it's the only thing that can handle these
    // signals. For example SIGCANCEL or SIGSETXID.
    //
    // 3. It should be a signal that can happen spuriously without
    // consequences. For example, SIGALRM is a bad choice because the
    // signal handler can't tell if it was caused by the real process
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 16:04:54 UTC 2024
    - 45K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/riscv/obj.go

    		prologue.Spadj = int32(stacksize)
    
    		prologue = ctxt.EndUnsafePoint(prologue, newprog, -1)
    
    		// On Linux, in a cgo binary we may get a SIGSETXID signal early on
    		// before the signal stack is set, as glibc doesn't allow us to block
    		// SIGSETXID. So a signal may land on the current stack and clobber
    		// the content below the SP. We store the LR again after the SP is
    		// decremented.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
Back to top