44 lines · yaml
1functions:2 getpriority:3 in-latest-posix: ''4 getrlimit:5 in-latest-posix: ''6 getrusage:7 in-latest-posix: ''8 setpriority:9 in-latest-posix: ''10 setrlimit:11 in-latest-posix: ''12 13macros:14 PRIO_PROCESS:15 in-latest-posix: ''16 PRIO_PGRP:17 in-latest-posix: ''18 PRIO_USER:19 in-latest-posix: ''20 RLIM_INFINITY:21 in-latest-posix: ''22 RLIM_SAVED_MAX:23 in-latest-posix: ''24 RLIM_SAVED_CUR:25 in-latest-posix: ''26 RLIMIT_CORE:27 in-latest-posix: ''28 RLIMIT_CPU:29 in-latest-posix: ''30 RLIMIT_DATA:31 in-latest-posix: ''32 RLIMIT_FSIZE:33 in-latest-posix: ''34 RLIMIT_NOFILE:35 in-latest-posix: ''36 RLIMIT_STACK:37 in-latest-posix: ''38 RLIMIT_AS:39 in-latest-posix: ''40 RUSAGE_SELF:41 in-latest-posix: ''42 RUSAGE_CHILDREN:43 in-latest-posix: ''44