Searched defs:os_thread_def (Results 1 – 1 of 1) sorted by relevance
166 typedef struct os_thread_def { struct167 os_pthread pthread; ///< start address of thread function168 osPriority tpriority; ///< initial thread priority169 uint32_t instances; ///< maximum number of instances of that thread function170 …uint32_t stacksize; ///< stack size requirements in bytes; 0 is default stack size171 void *stack_mem; ///< pointer to array of stack memory172 struct k_thread *cm_thread; ///< pointer to k_thread structure173 struct k_poll_signal *poll_signal;174 struct k_poll_event *poll_event;175 int32_t signal_results;[all …]