Searched refs:__schedparam (Results 1 – 5 of 5) sorted by relevance
29 if (memcmp (param, &__pthread_default_attr.__schedparam, sizeof *param) == 0) in __pthread_attr_setschedparam()31 memcpy (&attr->__schedparam, param, sizeof *param); in __pthread_attr_setschedparam()
35 return ileft->__schedparam.sched_priority in thread_attr_compare()36 == iright->__schedparam.sched_priority in thread_attr_compare()
29 memcpy (param, &attr->__schedparam, sizeof *param); in __pthread_attr_getschedparam()
27 __schedparam: { sched_priority: 0 },
35 struct sched_param __schedparam; member
Completed in 5 milliseconds