Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_signal_restart.c52 struct sched_param schedp; in create_rt_thread() local
57 memset(&schedp, 0, sizeof(schedp)); in create_rt_thread()
71 schedp.sched_priority = prio; in create_rt_thread()
72 ret = pthread_attr_setschedparam(&attr, &schedp); in create_rt_thread()
H A Dfutex_requeue_pi.c76 struct sched_param schedp; in create_rt_thread() local
80 memset(&schedp, 0, sizeof(schedp)); in create_rt_thread()
94 schedp.sched_priority = prio; in create_rt_thread()
95 ret = pthread_attr_setschedparam(&attr, &schedp); in create_rt_thread()