Module kernel::sync

source · []
Expand description

Synchronisation primitives.

This module contains the kernel APIs related to synchronisation that have been ported or wrapped for usage by Rust code in the kernel.

Structs

A reference-counted pointer to an instance of T.

A borrowed reference to an Arc instance.

A refcounted object that is known to have a refcount of 1.