Searched defs:OsalThreadParam (Results 1 – 1 of 1) sorted by relevance
62 struct OsalThreadParam { struct63 char *name; /**< Thread name */64 …ze_t stackSize; /**< Thread stack size, which may cause thread stack overflow if it is too small */65 OSAL_THREAD_PRIORITY priority; /**< Thread priority */66 int policy; /**< Thread scheduling policy */