Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for setsigstack (0.26 sec)

  1. src/runtime/sys_aix_ppc64.s

    TEXT sigtramp<>(SB),NOSPLIT|NOFRAME|TOPFRAME,$0
    	MOVD	LR, R0
    	MOVD	R0, 16(R1)
    	// initialize essential registers (just in case)
    	BL	runtime·reginit(SB)
    
    	// Note that we are executing on altsigstack here, so we have
    	// more stack available than NOSPLIT would have us believe.
    	// To defeat the linker, we make our own stack frame with
    	// more space.
    	SUB	$144+FIXED_FRAME, R1
    
    	// Save registers
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 19:29:00 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  2. src/runtime/runtime2.go

    	locks         int32
    	dying         int32
    	profilehz     int32
    	spinning      bool // m is out of work and is actively looking for work
    	blocked       bool // m is blocked on a note
    	newSigstack   bool // minit on C thread called sigaltstack
    	printlock     int8
    	incgo         bool          // m is executing a cgo call
    	isextra       bool          // m is an extra m
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 47.9K bytes
    - Viewed (0)
Back to top