omni::sync::thread_priority
NAME

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

DESCRIPTION

No description.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top