omni::sync::thread_option::enum_t
NAME

omni::sync::thread_option::enum_t

A enumeration of omni::sync::thread_option

#include <omni/types/thread_t.hpp>

MEMBERS

omni::sync::thread_option::enum_t::ABORT_ON_ASSIGN
omni::sync::thread_option::enum_t::ABORT_ON_DESTROY
omni::sync::thread_option::enum_t::ALLOW_THREAD_REUSE
omni::sync::thread_option::enum_t::AUTO_JOIN
omni::sync::thread_option::enum_t::AUTO_JOIN_TIMEOUT
omni::sync::thread_option::enum_t::DETACH_ON_ASSIGN
omni::sync::thread_option::enum_t::DETACH_ON_DESTROY
omni::sync::thread_option::enum_t::KILL_ON_ASSIGN
omni::sync::thread_option::enum_t::KILL_ON_DESTROY
omni::sync::thread_option::enum_t::NONE
omni::sync::thread_option::enum_t::STACK_SIZE

SYNOPSIS

The underlying enum type exposed via the parent thread_option structure

top

DESCRIPTION

No description.

top