Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶
type Error struct { // The module where the error occurred. Module string // The error message Message string }
Error describes a kernel error. All kernel errors must be defined as global variables that are pointers to the Error structure. This requirement stems from the fact that the Go allocator is not available to us so we cannot use errors.New.
Directories ¶
Path | Synopsis |
---|---|
Package goruntime contains code for bootstrapping Go runtime features such as the memory allocator.
|
Package goruntime contains code for bootstrapping Go runtime features such as the memory allocator. |
Package sync provides synchronization primitive implementations for spinlocks and semaphore.
|
Package sync provides synchronization primitive implementations for spinlocks and semaphore. |
Click to show internal directories.
Click to hide internal directories.