Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dtpp.c103 if (__sched_getparam (self->tid, &self->schedparam) != 0) in __pthread_tpp_change_priority()
120 struct sched_param sp = self->schedparam; in __pthread_tpp_change_priority()
142 return self->schedparam.sched_priority; in __pthread_current_priority()
150 if (__sched_getparam (self->tid, &self->schedparam) != 0) in __pthread_current_priority()
166 result = self->schedparam.sched_priority; in __pthread_current_priority()
A Dtimer_routines.c504 && (ileft->schedparam.sched_priority in thread_attr_compare()
505 == iright->schedparam.sched_priority) in thread_attr_compare()
A Dcreatethread.c126 pd->schedpolicy, &pd->schedparam); in do_clone()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_create.c488 pd->schedparam = self->schedparam; in __pthread_create_2_1()
517 memcpy (&pd->schedparam, &iattr->schedparam, in __pthread_create_2_1()
521 INTERNAL_SYSCALL (sched_getparam, scerr, 2, 0, &pd->schedparam); in __pthread_create_2_1()
530 if (pd->schedparam.sched_priority < minprio in __pthread_create_2_1()
531 || pd->schedparam.sched_priority > maxprio) in __pthread_create_2_1()
A Dpthread_getschedparam.c50 if (sched_getparam (pd->tid, &pd->schedparam) != 0) in __pthread_getschedparam()
68 memcpy (param, &pd->schedparam, sizeof (struct sched_param)); in __pthread_getschedparam()
A Dpthread_getattr_np.c45 memcpy (&iattr->schedparam, &thread->schedparam, in pthread_getattr_np()
A Dpthread_attr_getschedparam.c36 memcpy (param, &iattr->schedparam, sizeof (struct sched_param)); in __pthread_attr_getschedparam()
A Dpthread_attr_setschedparam.c41 memcpy (&iattr->schedparam, param, sizeof (struct sched_param)); in __pthread_attr_setschedparam()
A Dpthread_setschedprio.c58 memcpy (&pd->schedparam, &param, sizeof (struct sched_param)); in pthread_setschedprio()
A Dpthread_setschedparam.c66 memcpy (&pd->schedparam, orig_param, sizeof (struct sched_param)); in __pthread_setschedparam()
A Ddescr.h335 struct sched_param schedparam; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dtimer_create.c183 nattr->schedparam = oattr->schedparam; in timer_create()
A Dinternaltypes.h28 struct sched_param schedparam; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dmanager.c293 &self->p_start_args.schedparam); in pthread_start_thread()
548 memcpy (&new_thread->p_start_args.schedparam, &attr->__schedparam, in pthread_handle_create()
553 sched_getparam(father_pid, &new_thread->p_start_args.schedparam); in pthread_handle_create()
557 new_thread->p_start_args.schedparam.sched_priority; in pthread_handle_create()
A Dinternals.h61 struct sched_param schedparam; /* initial scheduling parameters (if any) */ member
A Dlinuxthreads.texi261 @item schedparam
275 @var{schedpolicy} and @var{schedparam} attributes (value
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/
A Ddb_info.c41 #define schedparam_sched_priority schedparam.sched_priority
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Ddescr.h56 struct sched_param schedparam; /* initial scheduling parameters (if any) */ member
A Dmanager.c282 &self->p_start_args.schedparam); in pthread_start_thread()
695 memcpy (&new_thread->p_start_args.schedparam, &attr->__schedparam, in pthread_handle_create()
700 __sched_getparam(father_pid, &new_thread->p_start_args.schedparam); in pthread_handle_create()
704 new_thread->p_start_args.schedparam.sched_priority; in pthread_handle_create()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dmanager.cc304 &self->p_start_args.schedparam); in pthread_start_thread()

Completed in 31 milliseconds