Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
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()
Dpthread_create.c324 pd->schedpolicy, &pd->schedparam); in create_thread()
704 pd->schedparam = self->schedparam; in __pthread_create_2_1()
737 pd->schedparam = iattr->schedparam; in __pthread_create_2_1()
923 new_attr.schedparam = iattr->schedparam; in __pthread_create_2_0()
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()
Dpthread_getattr_np.c47 memcpy (&iattr->schedparam, &thread->schedparam, in __pthread_getattr_np()
Dpthread_attr_getschedparam.c31 memcpy (param, &iattr->schedparam, sizeof (struct sched_param)); in __pthread_attr_getschedparam()
Dpthread_attr_setschedparam.c35 memcpy (&iattr->schedparam, param, sizeof (struct sched_param)); in __pthread_attr_setschedparam()
Dpthread_attr_init.c65 struct sched_param schedparam; in __pthread_attr_init_2_0() member
Dpthread_setschedparam.c63 memcpy (&pd->schedparam, orig_param, sizeof (struct sched_param)); in __pthread_setschedparam()
Dpthread_setschedprio.c56 memcpy (&pd->schedparam, &param, sizeof (struct sched_param)); in __pthread_setschedprio()
Dpthread_setattr_default_np.c39 const struct sched_param *param = &real_in->schedparam; in __pthread_setattr_default_np()
Ddescr.h357 struct sched_param schedparam; member
/glibc-2.36/posix/
Dspawnattr_setschedparam.c24 const struct sched_param *schedparam) in posix_spawnattr_setschedparam() argument
27 attr->__sp = *schedparam; in posix_spawnattr_setschedparam()
Dspawnattr_getschedparam.c24 struct sched_param *schedparam) in posix_spawnattr_getschedparam() argument
27 memcpy (schedparam, &attr->__sp, sizeof (attr->__sp)); in posix_spawnattr_getschedparam()
/glibc-2.36/sysdeps/nptl/
Dtimer_routines.h38 && (ileft->schedparam.sched_priority in thread_attr_compare()
39 == iright->schedparam.sched_priority) in thread_attr_compare()
Dinternaltypes.h29 struct sched_param schedparam; member
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtimer_create.c98 nattr->schedparam = oattr->schedparam; in ___timer_create()
Ddefault-sched.h37 INTERNAL_SYSCALL_CALL (sched_getparam, 0, &pd->schedparam); in collect_default_sched()
/glibc-2.36/htl/tests/
Dtest-3.c56 TEST (schedparam, &sp, &sp); in main()
/glibc-2.36/nptl_db/
Ddb_info.c45 #define schedparam_sched_priority schedparam.sched_priority
/glibc-2.36/ChangeLog.old/
DChangeLog.2312227 (schedparam): Remove.