omni::sync::thread_state
NAME

omni::sync::thread_state

A class of omni::sync

#include <omni/types/thread_t.hpp>
thread_state
omni::sync::thread_state::enum_t
omni::sync::thread_state::thread_state()
omni::sync::thread_state::~thread_state()
static bool omni::sync::thread_state::is_valid(int val)
static std::string omni::sync::thread_state::to_string(enum_t v)
static std::wstring omni::sync::thread_state::to_wstring(enum_t v)
enum_t omni::sync::thread_state::value()
omni::sync::thread_state::operator enum_t()
omni::sync::thread_state::operator int()
omni::sync::thread_state::operator std::string()
omni::sync::thread_state::operator std::wstring()
bool omni::sync::thread_state::operator!=(const thread_state& val)
bool omni::sync::thread_state::operator<(const thread_state& val)
thread_state& omni::sync::thread_state::operator=(const thread_state& val)
bool omni::sync::thread_state::operator==(const thread_state& val)
bool omni::sync::thread_state::operator>(const thread_state& val)
static const unsigned short omni::sync::thread_state::COUNT()
static const enum_t omni::sync::thread_state::DEFAULT_VALUE()

SYNOPSIS

The state structure defines enum values for the execution status of thread types

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