Home
last modified time | relevance | path

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

/Linux-v4.19/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()