#include <j2k/Fred/Standard.hpp>
#include <j2k/Fred/Error/JErrorController.hpp>
#include <pthread.h>
#include <sched.h>
#include <time.h>
#include <signal.h>
#include <sys/types.h>
#include <j2k/445/Posix/Mutex.hpp>
Go to the source code of this file.
Defines | |
#define | pid_t pthread_t |
#define | DEFAULT_STACK 4096 |
#define | DEFAULT_ALGO SCHED_RR |
#define | DEFAULT_PRIO 12 |
#define | DEFAULT_NODE 0 |
#define | INVALID_PID ((unsigned)(-1)) |
#define | DEFAULT_POLICY 0 |
#define | S_FIFO SCHED_FIFO |
#define | S_ROUND_ROBIN SCHED_RR |
#define | S_ADAPTIVE SCHED_OTHER |
#define | MSG_NONE 0 |
#define | MSG_STOP 1 |
#define | MSG_REFRESH 2 |
#define | MSG_YIELD 3 |
#define | MSG_PRINT 4 |
#define | MSG_FUNCTION 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|