Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for adjustSignalStack (0.12 sec)

  1. src/runtime/signal_unix.go

    		}
    		cpuprof.addNonGo(stk)
    	}
    }
    
    // adjustSignalStack adjusts the current stack guard based on the
    // stack pointer that is actually in use while handling a signal.
    // We do this in case some non-Go code called sigaltstack.
    // This reports whether the stack was adjusted, and if so stores the old
    // signal stack in *gsigstack.
    //
    //go:nosplit
    func adjustSignalStack(sig uint32, mp *m, gsigStack *gsignalStack) bool {
    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