Home
last modified time | relevance | path

Searched refs:osa_task_def_t (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h71 } osa_task_def_t; typedef
77 osa_task_def_t *osThreadDefHandle; /*!< pointer of thread define handle*/
233 …osThreadStackDef(name, stackSz, instances) osa_task_def_t os_thread_def_##name = { …
240 …osThreadStackDef(name, stackSz, instances) osa_task_def_t os_thread_def_##name = { …
245 osThreadStackDef(name, stackSz, instances) osa_task_def_t os_thread_def_##name = { \
251 static const osa_task_def_t os_thread_def_##name = { \
255 const osa_task_def_t os_thread_def_##name = {(name), (priority), (instances), (stackSz), \
261 #define OSA_TASK(name) (const osa_task_def_t *)&os_thread_def_##name
263 #define OSA_TASK_PROTO(name) extern osa_task_def_t os_thread_def_##name
502 const osa_task_def_t *thread_def,
Dfsl_os_abstraction_threadx.c251 osa_status_t OSA_TaskCreate(osa_task_handle_t taskHandle, const osa_task_def_t *thread_def, osa_tas… in OSA_TaskCreate()
Dfsl_os_abstraction_free_rtos.c268 osa_status_t OSA_TaskCreate(osa_task_handle_t taskHandle, const osa_task_def_t *thread_def, osa_tas… in OSA_TaskCreate()
Dfsl_os_abstraction_bm.c373 osa_status_t OSA_TaskCreate(osa_task_handle_t taskHandle, const osa_task_def_t *thread_def, osa_tas… in OSA_TaskCreate()