NAME
A member constructor of omni::sync::thread
OVERLOADS
omni::sync::thread::thread
A member constructor of omni::sync::thread
#include <omni/sync/thread.hpp>omni::sync::thread::thread()OVERLOADS
omni::sync::thread::thread(const omni::sync::thread& cp)
explicit omni::sync::thread::thread(const omni::sync::thread_flags& ops)
explicit omni::sync::thread::thread(std::size_t max_stack_sz)
explicit omni::sync::thread::thread(const omni::sync::thread_start& mthd)
explicit 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)