@ Exit
Process requests termination.
SyscallId
Numeric identifiers for system calls.
@ Wait
Wait for child process.
@ GetTime
Query simulation time.
@ Fork
Create child process.
@ SemSignal
Signal/increment semaphore.
@ SendMessage
Send message to message queue.
@ Exec
Replace process image.
@ Yield
Voluntarily yield CPU.
@ ShmAttach
Attach to shared-memory region.
@ ShmCreate
Create shared-memory region.
@ SemWait
Wait/decrement semaphore.
@ ReceiveMessage
Receive message from message queue.
@ MutexUnlock
Unlock mutex.
@ GetPid
Query current process id.
@ Close
Close file/device.
@ CreatePipe
Create IPC pipe.