Module execution

Module execution 

Source

Re-exports§

pub use crash_reporter::*;

Modules§

crash_reporter

Structs§

TaskInfo
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 init process.
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§

SyscallLoopEntry
The type of function that must be provided by the kernel binary to enter the syscall loop.