Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for __sigbits (0.43 sec)

  1. src/runtime/defs1_solaris_amd64.go

    	_PORT_ALERT_UPDATE = 0x2
    )
    
    type semt struct {
    	sem_count uint32
    	sem_type  uint16
    	sem_magic uint16
    	sem_pad1  [3]uint64
    	sem_pad2  [2]uint64
    }
    
    type sigset struct {
    	__sigbits [4]uint32
    }
    
    type stackt struct {
    	ss_sp     *byte
    	ss_size   uintptr
    	ss_flags  int32
    	pad_cgo_0 [4]byte
    }
    
    type siginfo struct {
    	si_signo int32
    	si_code  int32
    	si_errno int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 19:40:51 UTC 2023
    - 4K bytes
    - Viewed (0)
Back to top