Source File
defs_darwin_amd64.go
Belonging Package
runtime
// created by cgo -cdefs and then converted to Go// cgo -cdefs defs_darwin.gopackage runtimeimportconst (_EINTR = 0x4_EFAULT = 0xe_EAGAIN = 0x23_ETIMEDOUT = 0x3c_PROT_NONE = 0x0_PROT_READ = 0x1_PROT_WRITE = 0x2_PROT_EXEC = 0x4_MAP_ANON = 0x1000_MAP_PRIVATE = 0x2_MAP_FIXED = 0x10_MADV_DONTNEED = 0x4_MADV_FREE = 0x5_MADV_FREE_REUSABLE = 0x7_MADV_FREE_REUSE = 0x8_SA_SIGINFO = 0x40_SA_RESTART = 0x2_SA_ONSTACK = 0x1_SA_USERTRAMP = 0x100_SA_64REGSET = 0x200_SIGHUP = 0x1_SIGINT = 0x2_SIGQUIT = 0x3_SIGILL = 0x4_SIGTRAP = 0x5_SIGABRT = 0x6_SIGEMT = 0x7_SIGFPE = 0x8_SIGKILL = 0x9_SIGBUS = 0xa_SIGSEGV = 0xb_SIGSYS = 0xc_SIGPIPE = 0xd_SIGALRM = 0xe_SIGTERM = 0xf_SIGURG = 0x10_SIGSTOP = 0x11_SIGTSTP = 0x12_SIGCONT = 0x13_SIGCHLD = 0x14_SIGTTIN = 0x15_SIGTTOU = 0x16_SIGIO = 0x17_SIGXCPU = 0x18_SIGXFSZ = 0x19_SIGVTALRM = 0x1a_SIGPROF = 0x1b_SIGWINCH = 0x1c_SIGINFO = 0x1d_SIGUSR1 = 0x1e_SIGUSR2 = 0x1f_FPE_INTDIV = 0x7_FPE_INTOVF = 0x8_FPE_FLTDIV = 0x1_FPE_FLTOVF = 0x2_FPE_FLTUND = 0x3_FPE_FLTRES = 0x4_FPE_FLTINV = 0x5_FPE_FLTSUB = 0x6_BUS_ADRALN = 0x1_BUS_ADRERR = 0x2_BUS_OBJERR = 0x3_SEGV_MAPERR = 0x1_SEGV_ACCERR = 0x2_ITIMER_REAL = 0x0_ITIMER_VIRTUAL = 0x1_ITIMER_PROF = 0x2_EV_ADD = 0x1_EV_DELETE = 0x2_EV_CLEAR = 0x20_EV_RECEIPT = 0x40_EV_ERROR = 0x4000_EV_EOF = 0x8000_EVFILT_READ = -0x1_EVFILT_WRITE = -0x2_PTHREAD_CREATE_DETACHED = 0x2_F_SETFD = 0x2_F_GETFL = 0x3_F_SETFL = 0x4_FD_CLOEXEC = 0x1_O_NONBLOCK = 4)type stackt struct {ss_sp *bytess_size uintptrss_flags int32pad_cgo_0 [4]byte}type sigactiont struct {__sigaction_u [8]bytesa_tramp unsafe.Pointersa_mask uint32sa_flags int32}type usigactiont struct {__sigaction_u [8]bytesa_mask uint32sa_flags int32}type siginfo struct {si_signo int32si_errno int32si_code int32si_pid int32si_uid uint32si_status int32si_addr uint64si_value [8]bytesi_band int64__pad [7]uint64}type timeval struct {tv_sec int64tv_usec int32pad_cgo_0 [4]byte}func ( *timeval) ( int32) {.tv_usec =}type itimerval struct {it_interval timevalit_value timeval}type timespec struct {tv_sec int64tv_nsec int64}//go:nosplitfunc ( *timespec) ( int64) {.tv_sec = / 1e9.tv_nsec = % 1e9}type fpcontrol struct {pad_cgo_0 [2]byte}type fpstatus struct {pad_cgo_0 [2]byte}type regmmst struct {mmst_reg [10]int8mmst_rsrv [6]int8}type regxmm struct {xmm_reg [16]int8}type regs64 struct {rax uint64rbx uint64rcx uint64rdx uint64rdi uint64rsi uint64rbp uint64rsp uint64r8 uint64r9 uint64r10 uint64r11 uint64r12 uint64r13 uint64r14 uint64r15 uint64rip uint64rflags uint64cs uint64fs uint64gs uint64}type floatstate64 struct {fpu_reserved [2]int32fpu_fcw fpcontrolfpu_fsw fpstatusfpu_ftw uint8fpu_rsrv1 uint8fpu_fop uint16fpu_ip uint32fpu_cs uint16fpu_rsrv2 uint16fpu_dp uint32fpu_ds uint16fpu_rsrv3 uint16fpu_mxcsr uint32fpu_mxcsrmask uint32fpu_stmm0 regmmstfpu_stmm1 regmmstfpu_stmm2 regmmstfpu_stmm3 regmmstfpu_stmm4 regmmstfpu_stmm5 regmmstfpu_stmm6 regmmstfpu_stmm7 regmmstfpu_xmm0 regxmmfpu_xmm1 regxmmfpu_xmm2 regxmmfpu_xmm3 regxmmfpu_xmm4 regxmmfpu_xmm5 regxmmfpu_xmm6 regxmmfpu_xmm7 regxmmfpu_xmm8 regxmmfpu_xmm9 regxmmfpu_xmm10 regxmmfpu_xmm11 regxmmfpu_xmm12 regxmmfpu_xmm13 regxmmfpu_xmm14 regxmmfpu_xmm15 regxmmfpu_rsrv4 [96]int8fpu_reserved1 int32}type exceptionstate64 struct {trapno uint16cpu uint16err uint32faultvaddr uint64}type mcontext64 struct {es exceptionstate64ss regs64fs floatstate64pad_cgo_0 [4]byte}type regs32 struct {eax uint32ebx uint32ecx uint32edx uint32edi uint32esi uint32ebp uint32esp uint32ss uint32eflags uint32eip uint32cs uint32ds uint32es uint32fs uint32gs uint32}type floatstate32 struct {fpu_reserved [2]int32fpu_fcw fpcontrolfpu_fsw fpstatusfpu_ftw uint8fpu_rsrv1 uint8fpu_fop uint16fpu_ip uint32fpu_cs uint16fpu_rsrv2 uint16fpu_dp uint32fpu_ds uint16fpu_rsrv3 uint16fpu_mxcsr uint32fpu_mxcsrmask uint32fpu_stmm0 regmmstfpu_stmm1 regmmstfpu_stmm2 regmmstfpu_stmm3 regmmstfpu_stmm4 regmmstfpu_stmm5 regmmstfpu_stmm6 regmmstfpu_stmm7 regmmstfpu_xmm0 regxmmfpu_xmm1 regxmmfpu_xmm2 regxmmfpu_xmm3 regxmmfpu_xmm4 regxmmfpu_xmm5 regxmmfpu_xmm6 regxmmfpu_xmm7 regxmmfpu_rsrv4 [224]int8fpu_reserved1 int32}type exceptionstate32 struct {trapno uint16cpu uint16err uint32faultvaddr uint32}type mcontext32 struct {es exceptionstate32ss regs32fs floatstate32}type ucontext struct {uc_onstack int32uc_sigmask uint32uc_stack stacktuc_link *ucontextuc_mcsize uint64uc_mcontext *mcontext64}type keventt struct {ident uint64filter int16flags uint16fflags uint32data int64udata *byte}type pthread uintptrtype pthreadattr struct {X__sig int64X__opaque [56]int8}type pthreadmutex struct {X__sig int64X__opaque [56]int8}type pthreadmutexattr struct {X__sig int64X__opaque [8]int8}type pthreadcond struct {X__sig int64X__opaque [40]int8}type pthreadcondattr struct {X__sig int64X__opaque [8]int8}type machTimebaseInfo struct {numer uint32denom uint32}
![]() |
The pages are generated with Golds v0.3.6. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |