NEORV32 Software Framework Documentation
The NEORV32 RISC-V Processor
|
Single simple spin-lock based on atomic memory operations. More...
Go to the source code of this file.
Functions | |
void | spin_lock (void) |
void | spin_unlock (void) |
Single simple spin-lock based on atomic memory operations.
void spin_lock | ( | void | ) |
Spinlock: set lock.
void spin_unlock | ( | void | ) |
Spinlock: remove lock.