Home | History | Annotate | Download | only in ulinux

Lines Matching refs:GKI_MAX_TASKS

92 gki_pthread_info_t gki_pthread_info[GKI_MAX_TASKS];
229 if (task_id >= GKI_MAX_TASKS)
331 for (task_id = GKI_MAX_TASKS; task_id > 0; task_id--)
613 for(task_id = 0; task_id<GKI_MAX_TASKS; task_id++)
649 if (rtask >= GKI_MAX_TASKS) {
823 if (task_id < GKI_MAX_TASKS)
889 for (i = 0; i < GKI_MAX_TASKS; i++) {
906 ** If GKI_MAX_TASKS is passed as arg the currently running task
910 ** sought. GKI_MAX_TASKS is passed to get the name of the
922 if (task_id < GKI_MAX_TASKS)
927 else if (task_id == GKI_MAX_TASKS )
1001 for(task_id = 0; task_id < GKI_MAX_TASKS; task_id++)