Home
last modified time | relevance | path

Searched refs:__schedparam (Results 1 – 5 of 5) sorted by relevance

/sysdeps/htl/
A Dpt-attr-setschedparam.c29 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()
A Dtimer_routines.h35 return ileft->__schedparam.sched_priority in thread_attr_compare()
36 == iright->__schedparam.sched_priority in thread_attr_compare()
A Dpt-attr-getschedparam.c29 memcpy (param, &attr->__schedparam, sizeof *param); in __pthread_attr_getschedparam()
A Dpt-attr.c27 __schedparam: { sched_priority: 0 },
/sysdeps/htl/bits/types/
A Dstruct___pthread_attr.h35 struct sched_param __schedparam; member

Completed in 5 milliseconds