omni::sync::thread_priority
NAME

omni::sync::thread_priority

A class of omni::sync

#include <omni/types/thread_t.hpp>
class omni::sync::thread_priority

MEMBERS

omni::sync::thread_priority::enum_t
omni::sync::thread_priority::thread_priority()
omni::sync::thread_priority::~thread_priority()
static inline unsigned short omni::sync::thread_priority::COUNT()
static inline enum_t omni::sync::thread_priority::DEFAULT_VALUE()
unsigned short omni::sync::thread_priority::count()
uint64_t omni::sync::thread_priority::hash()
static bool omni::sync::thread_priority::is_valid(int32_t val)
static enum_t omni::sync::thread_priority::parse(const std::string& 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)
static bool omni::sync::thread_priority::try_parse(const std::string& val, enum_t& out)
uint64_t omni::sync::thread_priority::type()
enum_t omni::sync::thread_priority::value()
omni::sync::thread_priority::operator enum_t()
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)
friend std::ostream& omni::sync::thread_priority::operator<<(std::ostream& s, const omni::sync::thread_priority& c)
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)
omni::sync::thread_priority::ABOVE_NORMAL
omni::sync::thread_priority::BELOW_NORMAL
omni::sync::thread_priority::HIGHEST
omni::sync::thread_priority::IDLE
omni::sync::thread_priority::LOWEST
omni::sync::thread_priority::NORMAL
omni::sync::thread_priority::REAL_TIME
omni::sync::thread_priority::disposing
omni::sync::thread_priority::name

SYNOPSIS

The priority structure defines enum values for the scheduling priority of a process or thread.

top

DESCRIPTION

No description.

top