mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 23:38:23 -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
|
@ -16,7 +16,6 @@
|
|||
#define PACKED __attribute__((packed))
|
||||
|
||||
#define ALINLINE __attribute__((always_inline))
|
||||
#define FAR_REACHING __attribute__((target("cmodel=large"), noinline))
|
||||
|
||||
/* Custom stuff below */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue