Searched refs:schedparam (Results 1 – 20 of 20) sorted by relevance
/glibc-2.36/nptl/ |
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()
|
D | pthread_create.c | 324 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()
|
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()
|
D | pthread_getattr_np.c | 47 memcpy (&iattr->schedparam, &thread->schedparam, in __pthread_getattr_np()
|
D | pthread_attr_getschedparam.c | 31 memcpy (param, &iattr->schedparam, sizeof (struct sched_param)); in __pthread_attr_getschedparam()
|
D | pthread_attr_setschedparam.c | 35 memcpy (&iattr->schedparam, param, sizeof (struct sched_param)); in __pthread_attr_setschedparam()
|
D | pthread_attr_init.c | 65 struct sched_param schedparam; in __pthread_attr_init_2_0() member
|
D | pthread_setschedparam.c | 63 memcpy (&pd->schedparam, orig_param, sizeof (struct sched_param)); in __pthread_setschedparam()
|
D | pthread_setschedprio.c | 56 memcpy (&pd->schedparam, ¶m, sizeof (struct sched_param)); in __pthread_setschedprio()
|
D | pthread_setattr_default_np.c | 39 const struct sched_param *param = &real_in->schedparam; in __pthread_setattr_default_np()
|
D | descr.h | 357 struct sched_param schedparam; member
|
/glibc-2.36/posix/ |
D | spawnattr_setschedparam.c | 24 const struct sched_param *schedparam) in posix_spawnattr_setschedparam() argument 27 attr->__sp = *schedparam; in posix_spawnattr_setschedparam()
|
D | spawnattr_getschedparam.c | 24 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/ |
D | timer_routines.h | 38 && (ileft->schedparam.sched_priority in thread_attr_compare() 39 == iright->schedparam.sched_priority) in thread_attr_compare()
|
D | internaltypes.h | 29 struct sched_param schedparam; member
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | timer_create.c | 98 nattr->schedparam = oattr->schedparam; in ___timer_create()
|
D | default-sched.h | 37 INTERNAL_SYSCALL_CALL (sched_getparam, 0, &pd->schedparam); in collect_default_sched()
|
/glibc-2.36/htl/tests/ |
D | test-3.c | 56 TEST (schedparam, &sp, &sp); in main()
|
/glibc-2.36/nptl_db/ |
D | db_info.c | 45 #define schedparam_sched_priority schedparam.sched_priority
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.23 | 12227 (schedparam): Remove.
|