Re-exports§
pub use crash_reporter::*;
Modules§
Structs§
- Task
Info - Result returned when creating new Zircon threads and processes for tasks.
Functions§
- create_
init_ child_ process - Create a process that is a child of the
initprocess. - create_
init_ process - Creates the initial process for a kernel.
- create_
kernel_ thread - Create a kernel task in the same ThreadGroup as the given
system_task. - create_
system_ task - Create a task that runs inside the kernel.
- create_
task - create_
zircon_ process - execute_
task - execute_
task_ with_ prerun_ result - initialize_
syscall_ loop - Initialize the syscall loop entry function.
Type Aliases§
- Syscall
Loop Entry - The type of function that must be provided by the kernel binary to enter the syscall loop.