omni::sync::thread_start_type
NAME

omni::sync::thread_start_type

A class of omni::sync

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

SYNOPSIS

The thread start type (immediate or user)

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