Searched refs:schedparam (Results 1 – 11 of 11) sorted by relevance
/nptl/ |
A D | pthread_getschedparam.c | 47 if (__sched_getparam (pd->tid, &pd->schedparam) != 0) in __pthread_getschedparam() 65 memcpy (param, &pd->schedparam, sizeof (struct sched_param)); in __pthread_getschedparam()
|
A D | pthread_attr_getschedparam.c | 31 memcpy (param, &iattr->schedparam, sizeof (struct sched_param)); in __pthread_attr_getschedparam()
|
A D | tpp.c | 127 if (__sched_getparam (self->tid, &self->schedparam) != 0) in libc_hidden_def() 144 struct sched_param sp = self->schedparam; in libc_hidden_def() 167 return self->schedparam.sched_priority; in libc_hidden_def() 176 if (__sched_getparam (self->tid, &self->schedparam) != 0) in libc_hidden_def() 192 result = self->schedparam.sched_priority; in libc_hidden_def()
|
A D | pthread_attr_setschedparam.c | 35 memcpy (&iattr->schedparam, param, sizeof (struct sched_param)); in __pthread_attr_setschedparam()
|
A D | pthread_attr_init.c | 65 struct sched_param schedparam; in __pthread_attr_init_2_0() member
|
A D | pthread_setschedparam.c | 63 memcpy (&pd->schedparam, orig_param, sizeof (struct sched_param)); in __pthread_setschedparam()
|
A D | pthread_setschedprio.c | 56 memcpy (&pd->schedparam, ¶m, sizeof (struct sched_param)); in __pthread_setschedprio()
|
A D | pthread_create.c | 324 pd->schedpolicy, &pd->schedparam); in create_thread() 701 pd->schedparam = self->schedparam; in __pthread_create_2_1() 734 pd->schedparam = iattr->schedparam; in __pthread_create_2_1() 920 new_attr.schedparam = iattr->schedparam; in __pthread_create_2_0()
|
A D | pthread_setattr_default_np.c | 39 const struct sched_param *param = &real_in->schedparam; in __pthread_setattr_default_np()
|
A D | pthread_getattr_np.c | 47 memcpy (&iattr->schedparam, &thread->schedparam, in __pthread_getattr_np()
|
A D | descr.h | 354 struct sched_param schedparam; member
|
Completed in 12 milliseconds