Home | History | Annotate | Download | only in ulinux

Lines Matching refs:GKI_MAX_TASKS

115 gki_pthread_info_t gki_pthread_info[GKI_MAX_TASKS];
254 if (task_id >= GKI_MAX_TASKS)
479 for (task_id = GKI_MAX_TASKS; task_id > 0; task_id--)
880 for(task_id = 0; task_id<GKI_MAX_TASKS; task_id++)
1058 if (task_id < GKI_MAX_TASKS)
1127 for (i = 0; i < GKI_MAX_TASKS; i++) {
1145 ** If GKI_MAX_TASKS is passed as arg the currently running task
1149 ** sought. GKI_MAX_TASKS is passed to get the name of the
1162 if (task_id < GKI_MAX_TASKS)
1167 else if (task_id == GKI_MAX_TASKS )
1238 for(task_id = 0; task_id < GKI_MAX_TASKS; task_id++)