|
VSF Documented
|
Go to the source code of this file.
Data Structures | |
| struct | rusage |
| struct | rlimit |
| struct | vsf_linux_sys_resource_vplt_t |
Macros | |
| #define | RLIMIT_CPU 0 |
| #define | RLIMIT_FSIZE 1 |
| #define | RLIMIT_DATA 2 |
| #define | RLIMIT_STACK 3 |
| #define | RLIMIT_CORE 4 |
| #define | RLIMIT_RSS 5 |
| #define | RLIMIT_NPROC 6 |
| #define | RLIMIT_NOFILE 7 |
| #define | RLIMIT_MEMLOCK 8 |
| #define | RLIMIT_LOCKS 10 |
| #define | RLIMIT_SIGPENDING 11 |
| #define | RLIMIT_MSGQUEUE 12 |
| #define | RLIMIT_NICE 13 |
| #define | RLIMIT_RTPRIO 14 |
| #define | RLIMIT_RTTIME 15 |
| #define | RLIM_NLIMITS 16 |
| #define | RLIM_INFINITY (~0UL) |
| #define | PRIO_PROCESS 0 |
| #define | PRIO_PGRP 1 |
| #define | PRIO_USER 2 |
Typedefs | |
| typedef unsigned long | rlim_t |
| typedef struct vsf_linux_sys_resource_vplt_t | vsf_linux_sys_resource_vplt_t |
Enumerations | |
| enum | { RUSAGE_SELF = 0 , RUSAGE_CHILDREN , RUSAGE_THREAD } |
Functions | |
| int | getpriority (int which, id_t who) |
| int | setpriority (int which, id_t who, int prio) |
Variables | |
| __VSF_VPLT_DECORATOR__ vsf_linux_sys_resource_vplt_t | vsf_linux_sys_resource_vplt |
| #define RLIMIT_CPU 0 |
| #define RLIMIT_FSIZE 1 |
| #define RLIMIT_DATA 2 |
| #define RLIMIT_STACK 3 |
| #define RLIMIT_CORE 4 |
| #define RLIMIT_RSS 5 |
| #define RLIMIT_NPROC 6 |
| #define RLIMIT_NOFILE 7 |
| #define RLIMIT_MEMLOCK 8 |
| #define RLIMIT_LOCKS 10 |
| #define RLIMIT_SIGPENDING 11 |
| #define RLIMIT_MSGQUEUE 12 |
| #define RLIMIT_NICE 13 |
| #define RLIMIT_RTPRIO 14 |
| #define RLIMIT_RTTIME 15 |
| #define RLIM_NLIMITS 16 |
| #define RLIM_INFINITY (~0UL) |
| #define PRIO_PROCESS 0 |
| #define PRIO_PGRP 1 |
| #define PRIO_USER 2 |
| typedef unsigned long rlim_t |
| typedef struct vsf_linux_sys_resource_vplt_t vsf_linux_sys_resource_vplt_t |
| int getpriority | ( | int | which, |
| id_t | who | ||
| ) |
| int setpriority | ( | int | which, |
| id_t | who, | ||
| int | prio | ||
| ) |
|
extern |