openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
ioprio.h
Go to the documentation of this file.
1
#ifndef __LIB_BASE_IOPRIO_H_
2
#define __LIB_BASE_IOPRIO_H_
3
4
void
setIoPrio
(
int
prio_class,
int
prio=7,
int
pid=0);
5
void
printIoPrio
(
int
pid=0);
6
7
enum
{
8
IOPRIO_CLASS_NONE
,
9
IOPRIO_CLASS_RT
,
10
IOPRIO_CLASS_BE
,
11
IOPRIO_CLASS_IDLE
,
12
};
13
14
#endif
// __LIB_BASE_IOPRIO_H_
IOPRIO_CLASS_NONE
@ IOPRIO_CLASS_NONE
Definition:
ioprio.h:8
IOPRIO_CLASS_BE
@ IOPRIO_CLASS_BE
Definition:
ioprio.h:10
IOPRIO_CLASS_RT
@ IOPRIO_CLASS_RT
Definition:
ioprio.h:9
IOPRIO_CLASS_IDLE
@ IOPRIO_CLASS_IDLE
Definition:
ioprio.h:11
setIoPrio
void setIoPrio(int prio_class, int prio=7, int pid=0)
Definition:
ioprio.cpp:76
printIoPrio
void printIoPrio(int pid=0)
Definition:
ioprio.cpp:94
lib
base
ioprio.h
Generated by
1.9.1