omni::sync::allocate_thread
NAME

omni::sync::allocate_thread

A function of omni::sync

#include <omni/sync/thread_allocate.hpp>
template < class T, void (T::*fnptr)() > static omni::sync::thread* omni::sync::allocate_thread(T& obj)


OVERLOADS

template < class T, void (T::*fnptr)() > static omni::sync::thread* omni::sync::allocate_thread(T& obj, omni::sync::thread_start_type::enum_t st)
template < class T, void (T::*fnptr)() > static omni::sync::thread* omni::sync::allocate_thread(T& obj, std::size_t max_stack_sz)
template < class T, void (T::*fnptr)() > static omni::sync::thread* omni::sync::allocate_thread(T& obj, std::size_t max_stack_sz, omni::sync::thread_start_type::enum_t st)
template < class T, void (T::*fnptr)() > static omni::sync::thread* omni::sync::allocate_thread(T& obj, omni::sync::thread_option::enum_t op, omni::sync::thread_union_t val)
template < class T, void (T::*fnptr)() > static omni::sync::thread* omni::sync::allocate_thread(const T& obj)
template < class T, void (T::*fnptr)() > static omni::sync::thread* omni::sync::allocate_thread(const T& obj, omni::sync::thread_start_type::enum_t st)
template < class T, void (T::*fnptr)() > static omni::sync::thread* omni::sync::allocate_thread(const T& obj, std::size_t max_stack_sz)
template < class T, void (T::*fnptr)() > static omni::sync::thread* omni::sync::allocate_thread(const T& obj, std::size_t max_stack_sz, omni::sync::thread_start_type::enum_t st)
template < class T, void (T::*fnptr)() > static omni::sync::thread* omni::sync::allocate_thread(const T& obj, omni::sync::thread_option::enum_t op, omni::sync::thread_union_t val)
template < class T, void (T::*fnptr)() > static omni::sync::thread* omni::sync::allocate_thread(const T *const obj)
template < class T, void (T::*fnptr)() > static omni::sync::thread* omni::sync::allocate_thread(const T *const obj, omni::sync::thread_start_type::enum_t st)
template < class T, void (T::*fnptr)() > static omni::sync::thread* omni::sync::allocate_thread(const T *const obj, std::size_t max_stack_sz)
template < class T, void (T::*fnptr)() > static omni::sync::thread* omni::sync::allocate_thread(const T *const obj, std::size_t max_stack_sz, omni::sync::thread_start_type::enum_t st)
template < class T, void (T::*fnptr)() > static omni::sync::thread* omni::sync::allocate_thread(const T *const obj, omni::sync::thread_option::enum_t op, omni::sync::thread_union_t val)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top