- chroot
int chroot(char* dirname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- clone
int clone(CloneFunction fn, void* child_stack, int flags, void* args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- currentThreadId
ThreadId currentThreadId()
Represents the ID of a thread.
- gettid
int gettid()
Undocumented in source. Be warned that the author may not have intended to support it.
- mount
int mount(char* __special_file, char* __dir, char* __fstype, ulong __rwflag, void* __data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mremap
void* mremap(MmapArguments , void* oldAddress, size_t oldSize, size_t newSize, int flags, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- syscall
long syscall(int number, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- syscall_int
int syscall_int(int number, ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
- tgkill
int tgkill(int tgid, int tid, int sig)
Undocumented in source. Be warned that the author may not have intended to support it.
- umount
int umount(char* target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- umount2
int umount2(char* target, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- unshare
int unshare(int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Linux platform specific functions