Home | History | Annotate | Download | only in ulinux

Lines Matching refs:params

106     UINT32 params;          /* Extra params to pass to task entry function */
143 void gki_task_entry(UINT32 params)
145 gki_pthread_info_t *p_pthread_info = (gki_pthread_info_t *)params;
154 (p_pthread_info->task_entry)(p_pthread_info->params);
286 gki_pthread_info[task_id].params = 0;