Expand description

Objects for Task Management.

Structs

The policy type.

A handle to current thread.

The exception object received from the exception channel.

Data reported to an exception handler for most exceptions.

Kernel-owned exception channel endpoint.

Control a group of processes

Information of a job.

Security and resource policies of a job.

Process abstraction

Information of a process.

Suspend the given task.

Runnable / computation entity

Thread flags.

The thread information.

Timer slack policy.

Enums

Type of exception

The action taken when the condition happens specified by a policy.

The condition when a policy is applied.

Control the effect in the case of conflict between the existing policies and the new policies when setting new policies.

Status of a process.

The thread state.

Possible values for “kind” in zx_thread_read_state and zx_thread_write_state.

Constants

The return code set when a task is killed via zx_task_kill().

Traits

into_result returns Self if the type parameter is already a ZxResult, otherwise wraps the value in an Ok.

Task (Thread, Process, or Job)

Functions

Check whether the policy is valid.

Type Definitions

The type of a new thread function.