omni::sync::thread::thread
NAME

omni::sync::thread::thread

A member constructor of omni::sync::thread

#include <omni/sync/thread.hpp>
omni::sync::thread::thread()
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)

SYNOPSIS

No synopsis.

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