NAME
A class of omni::sync
MEMBERS
omni::sync::thread_flags
A class of omni::sync
#include <omni/types/thread_t.hpp>
class omni::sync::thread_flags
MEMBERS
omni::sync::thread_flags::thread_flags()
bool omni::sync::thread_flags::abort_on_assign()
bool omni::sync::thread_flags::abort_on_destroy()
bool omni::sync::thread_flags::allow_reuse()
bool omni::sync::thread_flags::auto_join()
std::size_t omni::sync::thread_flags::auto_join_timeout()
bool omni::sync::thread_flags::detach_on_assign()
bool omni::sync::thread_flags::detach_on_destroy()
bool omni::sync::thread_flags::kill_on_assign()
bool omni::sync::thread_flags::kill_on_destroy()
void omni::sync::thread_flags::set_auto_join_timeout(std::size_t timeout)
void omni::sync::thread_flags::set_flag(omni::sync::thread_option::enum_t flag, bool val)
void omni::sync::thread_flags::set_stack_size(std::size_t stack)
std::size_t omni::sync::thread_flags::stack_size()
omni::sync::thread_flags& omni::sync::thread_flags::operator=(const omni::sync::thread_flags& o)
bool omni::sync::thread_flags::operator==(const omni::sync::thread_flags& o)