Home | History | Annotate | Download | only in ulinux

Lines Matching full:main_pid

659     pid_t               main_pid = getpid();
663 policy = sched_getscheduler(main_pid);
672 if ( 0!=sched_setscheduler(main_pid, GKI_LINUX_TIMER_POLICY, &param ) )