Searched refs:schedp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi_signal_restart.c | 52 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 D | futex_requeue_pi.c | 74 struct sched_param schedp; in create_rt_thread() local 78 memset(&schedp, 0, sizeof(schedp)); in create_rt_thread() 92 schedp.sched_priority = prio; in create_rt_thread() 93 ret = pthread_attr_setschedparam(&attr, &schedp); in create_rt_thread()
|
/kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi_signal_restart.c | 52 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 D | futex_requeue_pi.c | 74 struct sched_param schedp; in create_rt_thread() local 78 memset(&schedp, 0, sizeof(schedp)); in create_rt_thread() 92 schedp.sched_priority = prio; in create_rt_thread() 93 ret = pthread_attr_setschedparam(&attr, &schedp); in create_rt_thread()
|
Completed in 3 milliseconds