Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for uc_x_unused (0.22 sec)

  1. src/runtime/defs_linux_loong64.go

    	sc_regs       [32]uint64
    	sc_flags      uint32
    	sc_extcontext [0]uint64
    }
    
    type ucontext struct {
    	uc_flags     uint64
    	uc_link      *ucontext
    	uc_stack     stackt
    	uc_sigmask   usigset
    	uc_x_unused  [0]uint8
    	uc_pad_cgo_0 [8]byte
    	uc_mcontext  sigcontext
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  2. src/runtime/defs_linux_riscv64.go

    type stackt struct {
    	ss_sp    *byte
    	ss_flags int32
    	ss_size  uintptr
    }
    
    type ucontext struct {
    	uc_flags     uint64
    	uc_link      *ucontext
    	uc_stack     stackt
    	uc_sigmask   usigset
    	uc_x__unused [0]uint8
    	uc_pad_cgo_0 [8]byte
    	uc_mcontext  sigcontext
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 3.8K bytes
    - Viewed (0)
Back to top