Home
last modified time | relevance | path

Searched refs:schedp (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/realtime/stress/pi-tests/
Dtestpi-3.c102 struct sched_param schedp; in func_nonrt() local
117 pthread_getschedparam(pthr->pthread, &policy, &schedp); in func_nonrt()
124 pthr->priority, policy, schedp.sched_priority); in func_nonrt()
128 sched_getparam(tid, &schedp); in func_nonrt()
132 policy, schedp.sched_priority); in func_nonrt()
151 struct sched_param schedp; in func_rt() local
166 pthread_getschedparam(pthr->pthread, &policy, &schedp); in func_rt()
174 pthr->priority, policy, schedp.sched_priority); in func_rt()
183 sched_getparam(tid, &schedp); in func_rt()
188 schedp.sched_priority); in func_rt()
[all …]
/external/linux-kselftest/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi_signal_restart.c56 struct sched_param schedp; in create_rt_thread() local
61 memset(&schedp, 0, sizeof(schedp)); in create_rt_thread()
75 schedp.sched_priority = prio; in create_rt_thread()
76 ret = pthread_attr_setschedparam(&attr, &schedp); in create_rt_thread()
Dfutex_requeue_pi.c78 struct sched_param schedp; in create_rt_thread() local
82 memset(&schedp, 0, sizeof(schedp)); in create_rt_thread()
96 schedp.sched_priority = prio; in create_rt_thread()
97 ret = pthread_attr_setschedparam(&attr, &schedp); in create_rt_thread()
/external/autotest/client/tests/signaltest/src/
Dsignaltest.c95 struct sched_param schedp; in signalthread() local
125 memset(&schedp, 0, sizeof(schedp)); in signalthread()
126 schedp.sched_priority = par->prio; in signalthread()
127 sched_setscheduler(0, policy, &schedp); in signalthread()
196 schedp.sched_priority = 0; in signalthread()
197 sched_setscheduler(0, SCHED_OTHER, &schedp); in signalthread()
/external/autotest/client/tests/cyclictest/src/
Dcyclictest.c200 struct sched_param schedp; in timerthread() local
243 memset(&schedp, 0, sizeof(schedp)); in timerthread()
244 schedp.sched_priority = par->prio; in timerthread()
245 sched_setscheduler(0, policy, &schedp); in timerthread()
357 schedp.sched_priority = 0; in timerthread()
358 sched_setscheduler(0, SCHED_OTHER, &schedp); in timerthread()