Searched refs:schedp (Results 1 – 2 of 2) sorted by relevance
55 struct sched_param schedp; in create_rt_thread() local60 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()
77 struct sched_param schedp; in create_rt_thread() local81 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()