mirror of
https://github.com/drasko/codezero.git
synced 2026-03-02 02:33:12 +01:00
Updated mutextest - it is not yet there, we need semaphores
This commit is contained in:
@@ -52,9 +52,9 @@ void main(void)
|
||||
ipc_full_test();
|
||||
ipc_extended_test();
|
||||
}
|
||||
if (parent_of_all == getpid()) {
|
||||
user_mutex_test();
|
||||
}
|
||||
// if (parent_of_all == getpid()) {
|
||||
// user_mutex_test();
|
||||
// }
|
||||
exectest();
|
||||
|
||||
while (1)
|
||||
|
||||
Reference in New Issue
Block a user