Searched refs:schedp (Results 1 – 5 of 5) sorted by relevance
/external/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 …]
|
/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi_signal_restart.c | 55 struct sched_param schedp; in create_rt_thread() local 60 memset(&schedp, 0, sizeof(schedp)); in create_rt_thread() 74 schedp.sched_priority = prio; in create_rt_thread() 75 ret = pthread_attr_setschedparam(&attr, &schedp); in create_rt_thread()
|
D | futex_requeue_pi.c | 77 struct sched_param schedp; in create_rt_thread() local 81 memset(&schedp, 0, sizeof(schedp)); in create_rt_thread() 95 schedp.sched_priority = prio; in create_rt_thread() 96 ret = pthread_attr_setschedparam(&attr, &schedp); in create_rt_thread()
|
/external/autotest/client/tests/signaltest/src/ |
D | signaltest.c | 95 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/ |
D | cyclictest.c | 200 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()
|