# OsalThreadParam - [Overview](#section807159970165633) - [Summary](#section1112501934165633) - [Data Fields](#pub-attribs) - [Details](#section180003492165633) - [Field](#section1762739165633) - [name](#a6bd1010a71ee937fa5fdbcbf11e733ab) - [priority](#a11ba2334842664dce682fef5cadfbf30) - [stackSize](#a658a540a5c27b8bbe7feb8f143364b18) ## **Overview** **Related Modules:** [OSAL](OSAL.md) **Description:** Describes thread parameters. ## **Summary** ## Data Fields

Variable Name

Description

name

char *

stackSize

size_t

priority

OSAL_THREAD_PRIORITY

## **Details** ## **Field ** ## name ``` char* OsalThreadParam::name ``` **Description:** Thread name ## priority ``` [OSAL_THREAD_PRIORITY](OSAL.md#gab8c099a9c39fdde73c74b3f7367be5d0) OsalThreadParam::priority ``` **Description:** Thread priority ## stackSize ``` size_t OsalThreadParam::stackSize ``` **Description:** Stack size of a thread