Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c62 osa_task_ptr_t p_func; /*!< Task's entry */ member
483 ptaskStruct->p_func = thread_def->pthread; in OSA_TaskCreate()
1522 if (NULL != tcb->p_func) in OSA_ProcessTasks()
1524 tcb->p_func(tcb->param); in OSA_ProcessTasks()