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 {
12 };
13 
14 #endif // __LIB_BASE_IOPRIO_H_
@ IOPRIO_CLASS_NONE
Definition: ioprio.h:8
@ IOPRIO_CLASS_BE
Definition: ioprio.h:10
@ IOPRIO_CLASS_RT
Definition: ioprio.h:9
@ IOPRIO_CLASS_IDLE
Definition: ioprio.h:11
void setIoPrio(int prio_class, int prio=7, int pid=0)
Definition: ioprio.cpp:76
void printIoPrio(int pid=0)
Definition: ioprio.cpp:94