Home
last modified time | relevance | path

Searched defs:os_thread_def (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/portability/
Dcmsis_os.h166 typedef struct os_thread_def { struct
167 os_pthread pthread; ///< start address of thread function
168 osPriority tpriority; ///< initial thread priority
169 uint32_t instances; ///< maximum number of instances of that thread function
170 …uint32_t stacksize; ///< stack size requirements in bytes; 0 is default stack size
171 void *stack_mem; ///< pointer to array of stack memory
172 struct k_thread *cm_thread; ///< pointer to k_thread structure
173 struct k_poll_signal *poll_signal;
174 struct k_poll_event *poll_event;
175 int32_t signal_results;
[all …]