Searched refs:schedparam (Results 1 – 20 of 20) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | tpp.c | 103 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 D | timer_routines.c | 504 && (ileft->schedparam.sched_priority in thread_attr_compare() 505 == iright->schedparam.sched_priority) in thread_attr_compare()
|
A D | createthread.c | 126 pd->schedpolicy, &pd->schedparam); in do_clone()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | pthread_create.c | 488 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 D | pthread_getschedparam.c | 50 if (sched_getparam (pd->tid, &pd->schedparam) != 0) in __pthread_getschedparam() 68 memcpy (param, &pd->schedparam, sizeof (struct sched_param)); in __pthread_getschedparam()
|
A D | pthread_getattr_np.c | 45 memcpy (&iattr->schedparam, &thread->schedparam, in pthread_getattr_np()
|
A D | pthread_attr_getschedparam.c | 36 memcpy (param, &iattr->schedparam, sizeof (struct sched_param)); in __pthread_attr_getschedparam()
|
A D | pthread_attr_setschedparam.c | 41 memcpy (&iattr->schedparam, param, sizeof (struct sched_param)); in __pthread_attr_setschedparam()
|
A D | pthread_setschedprio.c | 58 memcpy (&pd->schedparam, ¶m, sizeof (struct sched_param)); in pthread_setschedprio()
|
A D | pthread_setschedparam.c | 66 memcpy (&pd->schedparam, orig_param, sizeof (struct sched_param)); in __pthread_setschedparam()
|
A D | descr.h | 335 struct sched_param schedparam; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | timer_create.c | 183 nattr->schedparam = oattr->schedparam; in timer_create()
|
A D | internaltypes.h | 28 struct sched_param schedparam; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | manager.c | 293 &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 D | internals.h | 61 struct sched_param schedparam; /* initial scheduling parameters (if any) */ member
|
A D | linuxthreads.texi | 261 @item schedparam 275 @var{schedpolicy} and @var{schedparam} attributes (value
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/ |
A D | db_info.c | 41 #define schedparam_sched_priority schedparam.sched_priority
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | descr.h | 56 struct sched_param schedparam; /* initial scheduling parameters (if any) */ member
|
A D | manager.c | 282 &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 D | manager.cc | 304 &self->p_start_args.schedparam); in pthread_start_thread()
|
Completed in 31 milliseconds