[][src]Module sunrise_kernel::sync::spin_lock

Lock that panics when used in a IRQ context

See the sync module documentation.

Structs

SpinLock

This type provides mutual exclusion based on spinning. It will panic if used in the context of an interrupt.

SpinLockGuard

A guard to which the protected data can be accessed