Searched refs:schedp (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/testcases/realtime/stress/pi-tests/ |
D | testpi-3.c | 102 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 …]
|