Searched refs:schedp (Results 1 – 2 of 2) sorted by relevance
43 struct sched_param schedp; in create_rt_thread() local48 memset(&schedp, 0, sizeof(schedp)); in create_rt_thread()58 schedp.sched_priority = prio; in create_rt_thread()59 ret = pthread_attr_setschedparam(&attr, &schedp); in create_rt_thread()
125 struct sched_param schedp; in create_rt_thread() local129 memset(&schedp, 0, sizeof(schedp)); in create_rt_thread()143 schedp.sched_priority = prio; in create_rt_thread()144 ret = pthread_attr_setschedparam(&attr, &schedp); in create_rt_thread()