#include "util/basic_macros.h"
#include <string>
#include <atomic>
#include <thread>
#include <mutex>
Go to the source code of this file.
Classes | |
class | Thread |
Macros | |
#define | THREAD_PRIORITY_LOWEST 0 |
#define | THREAD_PRIORITY_BELOW_NORMAL 1 |
#define | THREAD_PRIORITY_NORMAL 2 |
#define | THREAD_PRIORITY_ABOVE_NORMAL 3 |
#define | THREAD_PRIORITY_HIGHEST 4 |
#define THREAD_PRIORITY_ABOVE_NORMAL 3 |
#define THREAD_PRIORITY_BELOW_NORMAL 1 |
#define THREAD_PRIORITY_HIGHEST 4 |
Referenced by Thread::setPriority().
#define THREAD_PRIORITY_LOWEST 0 |
#define THREAD_PRIORITY_NORMAL 2 |