Home | History | Annotate | Download | only in ulinux

Lines Matching refs:params

88     UINT32 params;          /* Extra params to pass to task entry function */
105 void gki_task_entry(UINT32 params)
108 gki_pthread_info_t *p_pthread_info = (gki_pthread_info_t *)params;
115 (p_pthread_info->task_entry)(p_pthread_info->params);
261 gki_pthread_info[task_id].params = 0;