omni::sync::thread::thread
NAME

omni::sync::thread::thread

A member ctor of omni::sync::thread

#include <omni/sync/thread.hpp>
omni::sync::thread::thread()


OVERLOADS

omni::sync::thread::thread(const omni::sync::thread& cp)
omni::sync::thread::thread(const omni::sync::thread_flags& ops)
omni::sync::thread::thread(std::size_t max_stack_sz)
omni::sync::thread::thread(const omni::sync::thread_start& mthd)
omni::sync::thread::thread(const omni::sync::parameterized_thread_start& mthd)
omni::sync::thread::thread(const omni::sync::thread_start& mthd, const omni::sync::thread::delegate& abort_req)
omni::sync::thread::thread(const omni::sync::thread_start& mthd, const omni::sync::thread::delegate& abort_req, const omni::sync::thread::delegate& comp)
omni::sync::thread::thread(const omni::sync::thread_start& mthd, omni::sync::thread_start_type::enum_t st)
omni::sync::thread::thread(const omni::sync::thread_start& mthd, const omni::sync::thread::delegate& abort_req, omni::sync::thread_start_type::enum_t st)
omni::sync::thread::thread(const omni::sync::thread_start& mthd, const omni::sync::thread::delegate& abort_req, const omni::sync::thread::delegate& comp, omni::sync::thread_start_type::enum_t st)
omni::sync::thread::thread(const omni::sync::thread_start& mthd, std::size_t max_stack_sz)
omni::sync::thread::thread(const omni::sync::thread_start& mthd, const omni::sync::thread::delegate& abort_req, std::size_t max_stack_sz)
omni::sync::thread::thread(const omni::sync::thread_start& mthd, const omni::sync::thread::delegate& abort_req, const omni::sync::thread::delegate& comp, std::size_t max_stack_sz)
omni::sync::thread::thread(const omni::sync::thread_start& mthd, std::size_t max_stack_sz, omni::sync::thread_start_type::enum_t st)
omni::sync::thread::thread(const omni::sync::thread_start& mthd, const omni::sync::thread::delegate& abort_req, std::size_t max_stack_sz, omni::sync::thread_start_type::enum_t st)
omni::sync::thread::thread(const omni::sync::thread_start& mthd, const omni::sync::thread::delegate& abort_req, const omni::sync::thread::delegate& comp, std::size_t max_stack_sz, omni::sync::thread_start_type::enum_t st)
omni::sync::thread::thread(const omni::sync::thread_start& mthd, omni::sync::thread_option::enum_t op, omni::sync::thread_union_t val)
omni::sync::thread::thread(const omni::sync::parameterized_thread_start& mthd, const omni::sync::thread::delegate& abort_req)
omni::sync::thread::thread(const omni::sync::parameterized_thread_start& mthd, const omni::sync::thread::delegate& abort_req, const omni::sync::thread::delegate& comp)
omni::sync::thread::thread(const omni::sync::parameterized_thread_start& mthd, std::size_t max_stack_sz)
omni::sync::thread::thread(const omni::sync::parameterized_thread_start& mthd, const omni::sync::thread::delegate& abort_req, std::size_t max_stack_sz)
omni::sync::thread::thread(const omni::sync::parameterized_thread_start& mthd, const omni::sync::thread::delegate& abort_req, const omni::sync::thread::delegate& comp, std::size_t max_stack_sz)
omni::sync::thread::thread(const omni::sync::parameterized_thread_start& mthd, omni::sync::thread_option::enum_t op, omni::sync::thread_union_t val)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top