Documentation ¶
Index ¶
Constants ¶
View Source
const ( SIGEV_SIGNAL = 0 // Notify via signal. SIGEV_NONE = 1 // Other notification: meaningless. SIGEV_THREAD = 2 // Deliver via thread creation. SIGEV_THREAD_ID = 4 )
`sigev_notify' values.
View Source
const ( SEGV_MAPERR = 1 // Address not mapped to object. SEGV_ACCERR = 2 // Invalid permissions for mapped object. SEGV_BNDERR = 3 // Bounds checking failure. SEGV_PKUERR = 4 // Protection key checking failure. SEGV_ACCADI = 5 // ADI not enabled for mapped object. SEGV_ADIDERR = 6 // Disrupting MCD error. SEGV_ADIPERR = 7 )
`si_code' values for SIGSEGV signal.
View Source
const ( BUS_ADRALN = 1 // Invalid address alignment. BUS_ADRERR = 2 // Non-existant physical address. BUS_OBJERR = 3 // Object specific hardware error. BUS_MCEERR_AR = 4 // Hardware memory error: action required. BUS_MCEERR_AO = 5 )
`si_code' values for SIGBUS signal.
View Source
const ( CLD_EXITED = 1 // Child has exited. CLD_KILLED = 2 // Child was killed. CLD_DUMPED = 3 // Child terminated abnormally. CLD_TRAPPED = 4 // Traced child has trapped. CLD_STOPPED = 5 // Child has stopped. CLD_CONTINUED = 6 )
`si_code' values for SIGCHLD signal.
View Source
const ( POLL_IN = 1 // Data input available. POLL_OUT = 2 // Output buffers available. POLL_MSG = 3 // Input message available. POLL_ERR = 4 // I/O error. POLL_PRI = 5 // High priority input available. POLL_HUP = 6 )
`si_code' values for SIGPOLL signal.
View Source
const ( SI_ASYNCNL = -60 // Sent by asynch name lookup completion. SI_DETHREAD = -7 // Sent by execve killing subsidiary // threads. SI_TKILL = -6 // Sent by tkill. SI_SIGIO = -5 // Sent by queued SIGIO. SI_ASYNCIO = -4 // Sent by AIO completion. SI_MESGQ = -3 // Sent by real time mesq state change. SI_TIMER = -2 // Sent by timer expiration. SI_QUEUE = -1 // Sent by sigqueue. SI_USER = 0 // Sent by kill, sigsend. SI_KERNEL = 128 )
Values for `si_code'. Positive values are reserved for kernel-generated
signals.
View Source
const ( ILL_ILLOPC = 1 // Illegal opcode. ILL_ILLOPN = 2 // Illegal operand. ILL_ILLADR = 3 // Illegal addressing mode. ILL_ILLTRP = 4 // Illegal trap. ILL_PRVOPC = 5 // Privileged opcode. ILL_PRVREG = 6 // Privileged register. ILL_COPROC = 7 // Coprocessor error. ILL_BADSTK = 8 // Internal stack error. ILL_BADIADDR = 9 )
`si_code' values for SIGILL signal.
View Source
const ( FPE_INTDIV = 1 // Integer divide by zero. FPE_INTOVF = 2 // Integer overflow. FPE_FLTDIV = 3 // Floating point divide by zero. FPE_FLTOVF = 4 // Floating point overflow. FPE_FLTUND = 5 // Floating point underflow. FPE_FLTRES = 6 // Floating point inexact result. FPE_FLTINV = 7 // Floating point invalid operation. FPE_FLTSUB = 8 // Subscript out of range. FPE_FLTUNK = 14 // Undiagnosed floating-point exception. FPE_CONDTRAP = 15 )
`si_code' values for SIGFPE signal.
View Source
const ( SS_ONSTACK = 1 SS_DISABLE = 2 )
Possible values for `ss_flags'.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FS ¶
type FS struct {
// contains filtered or unexported fields
}
FS represents a SQLite read only file system backed by Go's fs.FS.
type Fts5ExtensionApi ¶
type Fts5ExtensionApi = Fts5ExtensionApi1 /* sqlite3.h:12266:33 */
type Fts5ExtensionApi1 ¶
type Fts5ExtensionApi1 = struct { // contains filtered or unexported fields } /* sqlite3.h:12266:9 */
type Fts5PhraseIter ¶
type Fts5PhraseIter = Fts5PhraseIter1 /* sqlite3.h:12268:31 */
type Fts5PhraseIter1 ¶
type Fts5PhraseIter1 = struct { // contains filtered or unexported fields } /* sqlite3.h:12268:9 */
Click to show internal directories.
Click to hide internal directories.