Home | History | Annotate | Download | only in ulinux

Lines Matching refs:GKI_MAX_TASKS

90 gki_pthread_info_t gki_pthread_info[GKI_MAX_TASKS];
228 if (task_id >= GKI_MAX_TASKS)
333 for (task_id = GKI_MAX_TASKS; task_id > 0; task_id--)
592 for(task_id = 0; task_id<GKI_MAX_TASKS; task_id++)
628 if (rtask >= GKI_MAX_TASKS) {
802 if (task_id < GKI_MAX_TASKS)
868 for (i = 0; i < GKI_MAX_TASKS; i++) {
885 ** If GKI_MAX_TASKS is passed as arg the currently running task
889 ** sought. GKI_MAX_TASKS is passed to get the name of the
901 if (task_id < GKI_MAX_TASKS)
906 else if (task_id == GKI_MAX_TASKS )
980 for(task_id = 0; task_id < GKI_MAX_TASKS; task_id++)