Home
last modified time | relevance | path

Searched refs:schedparam (Results 1 – 11 of 11) sorted by relevance

/nptl/
A Dpthread_getschedparam.c47 if (__sched_getparam (pd->tid, &pd->schedparam) != 0) in __pthread_getschedparam()
65 memcpy (param, &pd->schedparam, sizeof (struct sched_param)); in __pthread_getschedparam()
A Dpthread_attr_getschedparam.c31 memcpy (param, &iattr->schedparam, sizeof (struct sched_param)); in __pthread_attr_getschedparam()
A Dtpp.c127 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 Dpthread_attr_setschedparam.c35 memcpy (&iattr->schedparam, param, sizeof (struct sched_param)); in __pthread_attr_setschedparam()
A Dpthread_attr_init.c65 struct sched_param schedparam; in __pthread_attr_init_2_0() member
A Dpthread_setschedparam.c63 memcpy (&pd->schedparam, orig_param, sizeof (struct sched_param)); in __pthread_setschedparam()
A Dpthread_setschedprio.c56 memcpy (&pd->schedparam, &param, sizeof (struct sched_param)); in __pthread_setschedprio()
A Dpthread_create.c324 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 Dpthread_setattr_default_np.c39 const struct sched_param *param = &real_in->schedparam; in __pthread_setattr_default_np()
A Dpthread_getattr_np.c47 memcpy (&iattr->schedparam, &thread->schedparam, in __pthread_getattr_np()
A Ddescr.h354 struct sched_param schedparam; member

Completed in 12 milliseconds