Implement critical section (Lamport's Baker s algorithm)...

thanks @fincs for sample code
This commit is contained in:
TuxSH 2018-03-02 23:32:50 +01:00
parent 301b166684
commit bf63a077b1
4 changed files with 116 additions and 28 deletions

View file

@ -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"