omni::sync::basic_thread::basic_thread
NAME

omni::sync::basic_thread::basic_thread

A member constructor of omni::sync::basic_thread

#include <omni/sync/basic_thread.hpp>
omni::sync::basic_thread::basic_thread()
omni::sync::basic_thread::basic_thread(const omni::sync::basic_thread& cp)
explicit omni::sync::basic_thread::basic_thread(const omni::sync::thread_flags& ops)
explicit omni::sync::basic_thread::basic_thread(std::size_t max_stack_sz)
explicit omni::sync::basic_thread::basic_thread(const omni::sync::thread_start& mthd)
explicit omni::sync::basic_thread::basic_thread(const omni::sync::parameterized_thread_start& mthd)
omni::sync::basic_thread::basic_thread(const omni::sync::thread_t& tid, const omni::sync::thread_handle_t& h)
omni::sync::basic_thread::basic_thread(const omni::sync::thread_start& mthd, omni::sync::thread_start_type::enum_t st)
omni::sync::basic_thread::basic_thread(const omni::sync::thread_start& mthd, std::size_t max_stack_sz)
omni::sync::basic_thread::basic_thread(const omni::sync::thread_start& mthd, std::size_t max_stack_sz, omni::sync::thread_start_type::enum_t st)
omni::sync::basic_thread::basic_thread(const omni::sync::thread_start& mthd, omni::sync::thread_option::enum_t op, omni::sync::thread_union_t val)
omni::sync::basic_thread::basic_thread(const omni::sync::parameterized_thread_start& mthd, omni::sync::thread_arg_t args)
omni::sync::basic_thread::basic_thread(const omni::sync::parameterized_thread_start& mthd, omni::sync::thread_start_type::enum_t st)
omni::sync::basic_thread::basic_thread(const omni::sync::parameterized_thread_start& mthd, std::size_t max_stack_sz)
omni::sync::basic_thread::basic_thread(const omni::sync::parameterized_thread_start& mthd, std::size_t max_stack_sz, omni::sync::thread_arg_t args)
omni::sync::basic_thread::basic_thread(const omni::sync::parameterized_thread_start& mthd, std::size_t max_stack_sz, omni::sync::thread_start_type::enum_t st)
omni::sync::basic_thread::basic_thread(const omni::sync::parameterized_thread_start& mthd, omni::sync::thread_option::enum_t op, omni::sync::thread_union_t val)
omni::sync::basic_thread::basic_thread(const omni::sync::parameterized_thread_start& mthd, omni::sync::thread_arg_t args, omni::sync::thread_option::enum_t op, omni::sync::thread_union_t val)
omni::sync::basic_thread::basic_thread(const omni::sync::thread_start& mthd, bool tpool)

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