Home
last modified time | relevance | path

Searched refs:osThreadFunc_t (Results 1 – 3 of 3) sorted by relevance

/tf-m-tests-3.4.0/app/
Dmain_ns.c61 static osThreadFunc_t thread_func = test_app;
64 static osThreadFunc_t mailbox_thread_func = tfm_ns_mailbox_thread_runner;
/tf-m-tests-3.4.0/CMSIS/RTOS2/Include/
Dcmsis_os2.h161 typedef void (*osThreadFunc_t) (void *argument); typedef
371 osThreadId_t osThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr);
/tf-m-tests-3.4.0/CMSIS/RTOS2/RTX/Include/
Drtx_evr.h417 extern void EvrRtxThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr);