Home | History | Annotate | Download | only in ulinux

Lines Matching refs:params

87     UINT32 params;          /* Extra params to pass to task entry function */
102 void gki_task_entry(UINT32 params)
105 gki_pthread_info_t *p_pthread_info = (gki_pthread_info_t *)params;
112 (p_pthread_info->task_entry)(p_pthread_info->params);
258 gki_pthread_info[task_id].params = 0;