2.9
[glibc/nacl-glibc.git] / conform / data / sys / resource.h-data
blobd9f9b9ab8c5e8c3b9df08ac7dc7166caa72a92dd
1 constant PRIO_PROCESS
2 constant PRIO_PGRP
3 constant PRIO_USER
5 type rlim_t
7 constant RLIM_INFINITY
8 constant RLIM_SAVED_MAX
9 constant RLIM_SAVED_CUR
11 constant RUSAGE_SELF
12 constant RUSAGE_CHILDREN
14 type {struct rlimit}
16 element {struct rlimit} rlim_t rlim_cur
17 element {struct rlimit} rlim_t rlim_max
19 type {struct rusage}
21 element {struct rusage} {struct timeval} ru_utime
22 element {struct rusage} {struct timeval} ru_stime
24 type {struct timeval}
26 constant RLIMIT_CORE
27 constant RLIMIT_CPU
28 constant RLIMIT_DATA
29 constant RLIMIT_FSIZE
30 constant RLIMIT_NOFILE
31 constant RLIMIT_STACK
32 constant RLIMIT_AS
34 function int getpriority (int, id_t)
35 function int getrlimit (int, struct rlimit*)
36 function int getrusage (int, struct rusage*)
37 function int setpriority (int, id_t, int)
38 function int setrlimit (int, const struct rlimit*)
40 type id_t
42 allow-header sys/time.h
44 allow rlim_*
45 allow ru_*
46 allow PRIO_*
47 allow RLIM_*
48 allow RLIMIT_*
49 allow RUSAGE_*
50 allow *_t