Searched refs:pthread (Results 1 – 5 of 5) sorted by relevance
82 osaTaskPtr_t pthread; /*!< start address of thread function*/ member
63 osa_task_ptr_t pthread; /*!< start address of thread function*/ member
259 (void (*)(ULONG))thread_def->pthread, /* entry function */ in OSA_TaskCreate()
277 (TaskFunction_t)thread_def->pthread, /* pointer to the task */ in OSA_TaskCreate()
388 ptaskStruct->p_func = thread_def->pthread; in OSA_TaskCreate()