Home
last modified time | relevance | path

Searched refs:osThreadAttr_t (Results 1 – 6 of 6) sorted by relevance

/tf-m-tests-3.4.0/app/
Dmain_ns.c52 static const osThreadAttr_t thread_attr = {
65 static const osThreadAttr_t mailbox_thread_attr = {
Dos_wrapper_cmsis_rtos_v2.c26 osThreadAttr_t task_attribs = { in os_wrapper_thread_new()
/tf-m-tests-3.4.0/CMSIS/RTOS2/RTX/Include/
Drtx_os.h457 osThreadAttr_t *idle_thread_attr; ///< Idle Thread Attributes
459 osThreadAttr_t *timer_thread_attr; ///< Timer Thread Attributes
Drtx_evr.h417 extern void EvrRtxThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr);
/tf-m-tests-3.4.0/CMSIS/RTOS2/Include/
Dcmsis_os2.h250 } osThreadAttr_t; typedef
371 osThreadId_t osThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr);
/tf-m-tests-3.4.0/CMSIS/RTOS2/RTX/Source/
Drtx_lib.c132 static const osThreadAttr_t os_idle_thread_attr = {
189 static const osThreadAttr_t os_timer_thread_attr = {