summaryrefslogtreecommitdiff
path: root/libc/utils/docgen/sys/resource.yaml
blob: 2d7c34133b9d1cef64381a5cbf02a157a261c08a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
functions:
  getpriority:
    in-latest-posix: ''
  getrlimit:
    in-latest-posix: ''
  getrusage:
    in-latest-posix: ''
  setpriority:
    in-latest-posix: ''
  setrlimit:
    in-latest-posix: ''

macros:
  PRIO_PROCESS:
    in-latest-posix: ''
  PRIO_PGRP:
    in-latest-posix: ''
  PRIO_USER:
    in-latest-posix: ''
  RLIM_INFINITY:
    in-latest-posix: ''
  RLIM_SAVED_MAX:
    in-latest-posix: ''
  RLIM_SAVED_CUR:
    in-latest-posix: ''
  RLIMIT_CORE:
    in-latest-posix: ''
  RLIMIT_CPU:
    in-latest-posix: ''
  RLIMIT_DATA:
    in-latest-posix: ''
  RLIMIT_FSIZE:
    in-latest-posix: ''
  RLIMIT_NOFILE:
    in-latest-posix: ''
  RLIMIT_STACK:
    in-latest-posix: ''
  RLIMIT_AS:
    in-latest-posix: ''
  RUSAGE_SELF:
    in-latest-posix: ''
  RUSAGE_CHILDREN:
    in-latest-posix: ''