Expand description
POSIX-compatible APIs for ArceOS modules
Modules§
Functions§
- sys_
clock_ ⚠gettime - Get clock time since booting
- sys_
exit - Exit current task
- sys_
getpid - Get current thread ID.
- sys_
getrlimit ⚠ - Get resource limitations
- sys_
nanosleep ⚠ - Sleep some nanoseconds
- sys_
read - Read data from the file indicated by
fd. - sys_
sched_ yield - Relinquish the CPU, and switches to another task.
- sys_
setrlimit ⚠ - Set resource limitations
- sys_
sysconf - Return system configuration infomation
- sys_
write - Write data to the file indicated by
fd. - sys_
writev ⚠ - Write a vector.