Searched refs:schedparam (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Thread.c49 struct sched_param schedparam; member in struct:_EXYNOS_THREAD_HANDLE_TYPE
71 if (thread->schedparam.sched_priority != 0)
72 pthread_attr_setschedparam(&thread->attr, &thread->schedparam);
83 /* pthread_setschedparam(thread->pthread, SCHED_RR, &thread->schedparam); */

Completed in 18 milliseconds