Searched refs:pthread (Results 1 – 7 of 7) sorted by relevance
384 (TaskFunction_t)thread_def->pthread, /* pointer to the task */ in OSA_TaskCreate()400 (TaskFunction_t)thread_def->pthread, /* pointer to the task */ in OSA_TaskCreate()
70 osa_task_ptr_t pthread; /*!< start address of thread function*/ member
386 (void (*)(ULONG))thread_def->pthread, /* entry function */ in OSA_TaskCreate()
359 … thread_def->stacksize, s_OSA_TaskCallback, (void *)thread_def->pthread, (void *)task_param, in OSA_TaskCreate()
483 ptaskStruct->p_func = thread_def->pthread; in OSA_TaskCreate()
82 osaTaskPtr_t pthread; /*!< start address of thread function*/ member
1325 serTaskConfig.pthread = (OSA_TASK(SerialManager_Task))->pthread;