mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 13:44:11 -04:00
Implement critical section (Lamport's Baker s algorithm)...
thanks @fincs for sample code
This commit is contained in:
parent
301b166684
commit
bf63a077b1
4 changed files with 116 additions and 28 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include "configitem.h"
|
||||
#include "cpu_context.h"
|
||||
#include "lock.h"
|
||||
#include "synchronization.h"
|
||||
#include "masterkey.h"
|
||||
#include "mc.h"
|
||||
#include "memory_map.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue