omni::sync::allocate_basic_thread_parameterized_const
NAME

omni::sync::allocate_basic_thread_parameterized_const

A static function of omni::sync

#include <omni/sync/basic_thread_allocate.hpp>
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) const > static omni::sync::basic_thread* omni::sync::allocate_basic_thread_parameterized_const(const T& obj)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) const > static omni::sync::basic_thread* omni::sync::allocate_basic_thread_parameterized_const(const T& obj, std::size_t max_stack_sz)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) const > static omni::sync::basic_thread* omni::sync::allocate_basic_thread_parameterized_const(const T& obj, omni::sync::thread_option::enum_t op, omni::sync::thread_union_t val)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) const > static omni::sync::basic_thread* omni::sync::allocate_basic_thread_parameterized_const(const T& obj, omni::sync::thread_arg_t args)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) const > static omni::sync::basic_thread* omni::sync::allocate_basic_thread_parameterized_const(const T& obj, std::size_t max_stack_sz, omni::sync::thread_arg_t args)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) const > static omni::sync::basic_thread* omni::sync::allocate_basic_thread_parameterized_const(const T& obj, omni::sync::thread_arg_t args, omni::sync::thread_option::enum_t op, omni::sync::thread_union_t val)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) const > static omni::sync::basic_thread* omni::sync::allocate_basic_thread_parameterized_const(const T *const obj)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) const > static omni::sync::basic_thread* omni::sync::allocate_basic_thread_parameterized_const(const T *const obj, std::size_t max_stack_sz)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) const > static omni::sync::basic_thread* omni::sync::allocate_basic_thread_parameterized_const(const T *const obj, omni::sync::thread_option::enum_t op, omni::sync::thread_union_t val)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) const > static omni::sync::basic_thread* omni::sync::allocate_basic_thread_parameterized_const(const T *const obj, omni::sync::thread_arg_t args)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) const > static omni::sync::basic_thread* omni::sync::allocate_basic_thread_parameterized_const(const T *const obj, std::size_t max_stack_sz, omni::sync::thread_arg_t args)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) const > static omni::sync::basic_thread* omni::sync::allocate_basic_thread_parameterized_const(const T *const obj, omni::sync::thread_arg_t args, 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