#include "config.h"
#include <stdio.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/types.h>
#include <unistd.h>
Include dependency graph for set_prior.c:
Go to the source code of this file.
Defines | |
#define | PRIO_PROCESS 0 |
#define | NORMAL 0 |
#define | PRIORITY -10 |
Functions | |
int | init_priority (void) |
int | set_priority () |
int | unset_priority () |
int | set_uid_to_user () |
#define NORMAL 0 |
#define PRIO_PROCESS 0 |
#define PRIORITY -10 |
int init_priority | ( | void | ) |
Definition at line 72 of file set_prior.c.
int set_priority | ( | ) |
int set_uid_to_user | ( | ) |
int unset_priority | ( | ) |