Files
RedBear-OS/src
bjorn3 782ec87f27 Fix UB in the locking code of context switching
The spin crate considers it UB to call force_write_unlock while there is
a threads trying to obtain a read lock on the same rwlock.

This also switches to the spinning_lot crate for the context rwlock as
it has support for a write guard keeping a reference to the rwlock using
an Arc instead of a reference.
2024-02-25 17:07:41 +01:00
..
2024-02-16 21:40:42 -07:00
2022-08-26 08:24:04 -06:00
2023-09-18 20:45:23 +00:00
2019-06-21 12:12:01 +02:00
2024-01-27 23:29:37 +08:00