Lazuli
|
Spinlocks implementation. More...
#include <Lazuli/common.h>
#include <Lazuli/config.h>
#include <Lazuli/spinlock.h>
#include <Lazuli/sys/task.h>
Go to the source code of this file.
Functions | |
void | Lz_Spinlock_Unlock (Lz_Spinlock *const spinlock) |
Unset the lock and leave region. More... | |
Spinlocks implementation.
This file describes the C part of the implementation of spinlocks.
Definition in file spinlock.c.
void Lz_Spinlock_Unlock | ( | Lz_Spinlock *const | spinlock | ) |
Unset the lock and leave region.
spinlock | A pointer to a Lz_Spinlock used to hold the lock. |
spinlock
is NULL. Definition at line 20 of file spinlock.c.