sys/resource.h#
Macros#
Macro |
Implemented |
C23 Standard Section |
POSIX Docs |
|---|---|---|---|
PRIO_PGRP |
✅ |
||
PRIO_PROCESS |
✅ |
||
PRIO_USER |
✅ |
||
RLIMIT_AS |
✅ |
||
RLIMIT_CORE |
✅ |
||
RLIMIT_CPU |
✅ |
||
RLIMIT_DATA |
✅ |
||
RLIMIT_FSIZE |
✅ |
||
RLIMIT_NOFILE |
✅ |
||
RLIMIT_STACK |
✅ |
||
RLIM_INFINITY |
✅ |
||
RLIM_SAVED_CUR |
|||
RLIM_SAVED_MAX |
|||
RUSAGE_CHILDREN |
✅ |
||
RUSAGE_SELF |
✅ |
Functions#
Function |
Implemented |
C23 Standard Section |
POSIX Docs |
|---|---|---|---|
getpriority |
✅ |
||
getrlimit |
✅ |
||
getrusage |
✅ |
||
setpriority |
✅ |
||
setrlimit |
✅ |