|
contur2
|
Syscall IDs for the user-kernel boundary. More...
#include <cstdint>

Go to the source code of this file.
Namespaces | |
| namespace | contur |
Enumerations | |
| enum class | contur::SyscallId : std::uint16_t { contur::Exit = 0 , contur::Write = 1 , contur::Read = 2 , contur::Fork = 3 , contur::Exec = 4 , contur::Wait = 5 , contur::Open = 10 , contur::Close = 11 , contur::CreatePipe = 20 , contur::SendMessage = 21 , contur::ReceiveMessage = 22 , contur::ShmCreate = 23 , contur::ShmAttach = 24 , contur::MutexLock = 30 , contur::MutexUnlock = 31 , contur::SemWait = 32 , contur::SemSignal = 33 , contur::GetPid = 40 , contur::GetTime = 41 , contur::Yield = 42 } |
| Numeric identifiers for system calls. More... | |
Syscall IDs for the user-kernel boundary.
Definition in file syscall_ids.h.