Home | History | Annotate | Download | only in ulinux

Lines Matching refs:GKI_MAX_TASKS

91 gki_pthread_info_t gki_pthread_info[GKI_MAX_TASKS];
231 if (task_id >= GKI_MAX_TASKS)
333 for (task_id = GKI_MAX_TASKS; task_id > 0; task_id--)
615 for(task_id = 0; task_id<GKI_MAX_TASKS; task_id++)
651 if (rtask >= GKI_MAX_TASKS) {
825 if (task_id < GKI_MAX_TASKS)
891 for (i = 0; i < GKI_MAX_TASKS; i++) {
908 ** If GKI_MAX_TASKS is passed as arg the currently running task
912 ** sought. GKI_MAX_TASKS is passed to get the name of the
924 if (task_id < GKI_MAX_TASKS)
929 else if (task_id == GKI_MAX_TASKS )
1003 for(task_id = 0; task_id < GKI_MAX_TASKS; task_id++)