omni::sync::create_thread_parameterized
NAME

omni::sync::create_thread_parameterized

A function of omni::sync

#include <omni/sync/thread_allocate.hpp>
template < void (*fnptr)(omni::sync::thread_arg_t) > static omni::sync::thread omni::sync::create_thread_parameterized()


OVERLOADS

template < void (*fnptr)(omni::sync::thread_arg_t) > static omni::sync::thread omni::sync::create_thread_parameterized(std::size_t max_stack_sz)
template < void (*fnptr)(omni::sync::thread_arg_t) > static omni::sync::thread omni::sync::create_thread_parameterized(omni::sync::thread_option::enum_t op, omni::sync::thread_union_t val)
template < void (*fnptr)(omni::sync::thread_arg_t) > static omni::sync::thread omni::sync::create_thread_parameterized(omni::sync::thread_arg_t args)
template < void (*fnptr)(omni::sync::thread_arg_t) > static omni::sync::thread omni::sync::create_thread_parameterized(std::size_t max_stack_sz, omni::sync::thread_arg_t args)
template < void (*fnptr)(omni::sync::thread_arg_t) > static omni::sync::thread omni::sync::create_thread_parameterized(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) > static omni::sync::thread omni::sync::create_thread_parameterized(T& obj)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) > static omni::sync::thread omni::sync::create_thread_parameterized(T& obj, std::size_t max_stack_sz)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) > static omni::sync::thread omni::sync::create_thread_parameterized(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) > static omni::sync::thread omni::sync::create_thread_parameterized(const T& obj)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) > static omni::sync::thread omni::sync::create_thread_parameterized(const T& obj, std::size_t max_stack_sz)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) > static omni::sync::thread omni::sync::create_thread_parameterized(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) > static omni::sync::thread omni::sync::create_thread_parameterized(const T *const obj)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) > static omni::sync::thread omni::sync::create_thread_parameterized(const T *const obj, std::size_t max_stack_sz)
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) > static omni::sync::thread omni::sync::create_thread_parameterized(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