omni::sync::thread_flags::thread_flags
NAME

omni::sync::thread_flags::thread_flags

A member constructor 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

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