added IPC syscalls
This commit is contained in:
@@ -23,6 +23,10 @@ struct Vault {
|
||||
Bellringer bellringer;
|
||||
BBuffer<Key, 16> keys;
|
||||
Semaphore keys_sem;
|
||||
|
||||
Thread* thread_list[32];
|
||||
size_t thread_count = 0;
|
||||
|
||||
|
||||
static constexpr int MAX_SEMS =32;
|
||||
Semaphore sems[MAX_SEMS];
|
||||
|
||||
Reference in New Issue
Block a user