omni::sync::thread_flags::thread_flags
NAME

omni::sync::thread_flags::thread_flags

A member ctor of omni::sync::thread_flags

#include <omni/types/thread_t.hpp>
omni::sync::thread_flags::thread_flags(std::size_t stack, std::size_t timeout, unsigned char flags)

SYNOPSIS

Initializes the class with specified stack size and timeout

top

DESCRIPTION

No description.

top

PARAMETERS

stack - The stack size to set timeout - The timeout on auto-join flags - The flag bit mask to set

top