Crate zircon_object[][src]

Zircon kernel objects

Feature flags

Modules

debuglog

Objects for Kernel Debuglog.

dev

Objects for Device Drivers.

ipc

Objects for IPC.

object

Kernel object basis.

signal

Objects for signaling and waiting.

task

Objects for Task Management.

util

Utilities.

vm

Objects for Virtual Memory Management.

Macros

define_count_helper

Define a pair of kcounter (create, destroy), and a helper struct CountHelper which increases the counter on construction and drop.

impl_kobject

Macro to auto implement KernelObject trait.

kcounter

Define a new KCounter.

Enums

ZxError

Zircon statuses are signed 32 bit integers. The space of values is divided as follows:

Type Definitions

ZxResult

The type returned by kernel objects methods.