| header: sys/resource.h |
| standards: |
| - posix |
| macros: |
| - macro_name: RLIMIT_CPU |
| macro_header: sys-resource-macros.h |
| - macro_name: RUSAGE_SELF |
| macro_header: sys-resource-macros.h |
| - macro_name: RUSAGE_CHILDREN |
| macro_header: sys-resource-macros.h |
| - macro_name: RUSAGE_THREAD |
| macro_header: sys-resource-macros.h |
| standards: |
| - gnu |
| - macro_name: PRIO_PROCESS |
| macro_header: sys-resource-macros.h |
| - macro_name: PRIO_PGRP |
| macro_header: sys-resource-macros.h |
| - macro_name: PRIO_USER |
| macro_header: sys-resource-macros.h |
| types: |
| - type_name: struct_rlimit |
| - type_name: rlim_t |
| - type_name: struct_rusage |
| enums: [] |
| objects: [] |
| functions: |
| - name: getpriority |
| standards: |
| - posix |
| return_type: int |
| arguments: |
| - type: int |
| - type: id_t |
| - name: getrlimit |
| standards: |
| - posix |
| return_type: int |
| arguments: |
| - type: int |
| - type: struct rlimit * |
| - name: getrusage |
| standards: |
| - posix |
| return_type: int |
| arguments: |
| - type: int |
| - type: struct rusage * |
| - name: setpriority |
| standards: |
| - posix |
| return_type: int |
| arguments: |
| - type: int |
| - type: id_t |
| - type: int |
| - name: setrlimit |
| standards: |
| - posix |
| return_type: int |
| arguments: |
| - type: int |
| - type: const struct rlimit * |