Home | History | Annotate | Download | only in ulinux

Lines Matching refs:task_entry

82   TASKPTR task_entry;      /* Task entry function*/
110 (p_pthread_info->task_entry)(p_pthread_info->params);
198 ** Parameters: task_entry - (input) pointer to the entry function of the
214 uint8_t GKI_create_task(TASKPTR task_entry, uint8_t task_id, int8_t* taskname,
228 task_entry, task_id, taskname, stack, stacksize);
262 gki_pthread_info[task_id].task_entry = task_entry;
290 GKI_TRACE_6("Leaving GKI_create_task %x %d %x %s %x %d", task_entry, task_id,