Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c58 osa_task_ptr_t p_func; /*!< Task's entry */ member
388 ptaskStruct->p_func = thread_def->pthread; in OSA_TaskCreate()
1424 if (NULL != tcb->p_func) in OSA_ProcessTasks()
1426 tcb->p_func(tcb->param); in OSA_ProcessTasks()