diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-03 18:20:22 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-03 18:23:48 -0400 |
commit | 3a809b9faadfd0a8d898aede15cabfd24ee1a13f (patch) | |
tree | e44680b1526f42dda17212dbff9a503299fb2d82 /sys/include/arch/aarch64/sync.h | |
parent | 1caf181cd04090af77fd0aff8dd4b87df7a2ed66 (diff) |
kernel: synch: Add mutual exclusion locks
Add mutex locks, these differ from spinlocks as they are named and also
yield to the scheduler instead of just spinning if the lock is acquired.
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include/arch/aarch64/sync.h')
0 files changed, 0 insertions, 0 deletions