omni::sync::thread_flags::thread_flags
NAME

omni::sync::thread_flags::thread_flags

A constructor of omni::sync::thread_flags

#include <omni/types/thread_t.hpp>
omni::sync::thread_flags::thread_flags(const omni::sync::thread_flags& cp)
omni::sync::thread_flags::thread_flags(std::size_t stack)
omni::sync::thread_flags::thread_flags(std::size_t stack, std::size_t timeout)
omni::sync::thread_flags::thread_flags(std::size_t stack, std::size_t timeout, unsigned char flags)
omni::sync::thread_flags::thread_flags(std::size_t stack, std::size_t timeout, omni::sync::thread_option::enum_t flag)

SYNOPSIS

The copy constructor

top

DESCRIPTION

No description found.

top

PARAMETERS top

cp - The other structure to copy

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