NAME
A class of omni::sync
omni::sync::thread_priority
A class of omni::sync
#include <omni/types/thread_t.hpp>
thread_priority
omni::sync::thread_priority::enum_t
omni::sync::thread_priority::thread_priority()
omni::sync::thread_priority::~thread_priority()
static bool omni::sync::thread_priority::is_valid(int val)
static std::string omni::sync::thread_priority::to_string(enum_t v)
static std::wstring omni::sync::thread_priority::to_wstring(enum_t v)
enum_t omni::sync::thread_priority::value()
omni::sync::thread_priority::operator enum_t()
omni::sync::thread_priority::operator int()
omni::sync::thread_priority::operator std::string()
omni::sync::thread_priority::operator std::wstring()
bool omni::sync::thread_priority::operator!=(const thread_priority& val)
bool omni::sync::thread_priority::operator<(const thread_priority& val)
thread_priority& omni::sync::thread_priority::operator=(const thread_priority& val)
bool omni::sync::thread_priority::operator==(const thread_priority& val)
bool omni::sync::thread_priority::operator>(const thread_priority& val)
static const unsigned short omni::sync::thread_priority::COUNT()
static const enum_t omni::sync::thread_priority::DEFAULT_VALUE()
SYNOPSIS
The priority structure defines enum values for the scheduling priority of a process or thread.
top
The priority structure defines enum values for the scheduling priority of a process or thread.
top