46 #include "ou_thread.h"
47 using namespace openutils;
49 const int Thread::P_ABOVE_NORMAL = THREAD_PRIORITY_ABOVE_NORMAL;
50 const int Thread::P_BELOW_NORMAL = THREAD_PRIORITY_BELOW_NORMAL;
51 const int Thread::P_HIGHEST = THREAD_PRIORITY_HIGHEST;
52 const int Thread::P_IDLE = THREAD_PRIORITY_IDLE;
53 const int Thread::P_LOWEST = THREAD_PRIORITY_LOWEST;
54 const int Thread::P_NORMAL = THREAD_PRIORITY_NORMAL;
55 const int Thread::P_CRITICAL = THREAD_PRIORITY_TIME_CRITICAL;