RTI Connext Cert C API  Version 2.4.15
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
OSAPI_ThreadProperty Struct Reference

The properties for thread creation. More...

Data Fields

RTI_UINT32 stack_size
 Hint on required stack-size in bytes. The special value OSAPI_THREAD_USE_OSDEFAULT_STACKSIZE indicates to not set the stack-size and rely on the OS defaults.
RTI_INT32 priority
 Hint on required priority. A value of 0 or greater is used as is; negative values are mapped according to the platform documentation.
OSAPI_ThreadOptions options
 Hint for thread creation to the OS.

Detailed Description

The properties for thread creation.


Field Documentation

RTI_UINT32 OSAPI_ThreadProperty::stack_size

Hint on required stack-size in bytes. The special value OSAPI_THREAD_USE_OSDEFAULT_STACKSIZE indicates to not set the stack-size and rely on the OS defaults.

RTI_INT32 OSAPI_ThreadProperty::priority

Hint on required priority. A value of 0 or greater is used as is; negative values are mapped according to the platform documentation.

OSAPI_ThreadOptions OSAPI_ThreadProperty::options

Hint for thread creation to the OS.


RTI Connext Cert C API Version 2.4.15 Copyright © Tue Jan 21 2025 Real-Time Innovations, Inc