Searched defs:os_thread_def (Results 1 – 2 of 2) sorted by relevance
290 typedef struct os_thread_def { struct297 typedef struct os_thread_def { argument298 os_pthread pthread; ///< start address of thread function299 osThreadAttr_t attr; ///< thread attributes
164 typedef struct os_thread_def { struct165 os_pthread pthread; ///< start address of thread function166 osPriority tpriority; ///< initial thread priority167 uint32_t instances; ///< maximum number of instances of that thread function168 …uint32_t stacksize; ///< stack size requirements in bytes; 0 is default stack size