/glibc-2.36/htl/ |
D | forward.c | 79 (const pthread_attr_t *attr, int *policy), (attr, policy), 0) 80 FORWARD (pthread_attr_setschedpolicy, (pthread_attr_t *attr, int policy), 81 (attr, policy), 0) 116 (pthread_t target_thread, int *policy, struct sched_param *param), 117 (target_thread, policy, param), 0) 119 (pthread_t target_thread, int policy, 120 const struct sched_param *param), (target_thread, policy, param), 0)
|
/glibc-2.36/sysdeps/htl/ |
D | pt-attr-setschedpolicy.c | 23 __pthread_attr_setschedpolicy (pthread_attr_t *attr, int policy) in __pthread_attr_setschedpolicy() argument 25 switch (policy) in __pthread_attr_setschedpolicy() 28 attr->__schedpolicy = policy; in __pthread_attr_setschedpolicy()
|
D | pt-attr-getschedpolicy.c | 23 __pthread_attr_getschedpolicy (const pthread_attr_t *attr, int *policy) in __pthread_attr_getschedpolicy() argument 25 *policy = attr->__schedpolicy; in __pthread_attr_getschedpolicy()
|
D | pt-getschedparam.c | 23 __pthread_getschedparam (pthread_t thread, int *policy, in __pthread_getschedparam() argument 26 *policy = SCHED_OTHER; in __pthread_getschedparam()
|
D | pt-setschedparam.c | 23 __pthread_setschedparam (pthread_t thread, int policy, in __pthread_setschedparam() argument
|
/glibc-2.36/nptl/ |
D | pthread_attr_setschedpolicy.c | 23 __pthread_attr_setschedpolicy (pthread_attr_t *attr, int policy) in __pthread_attr_setschedpolicy() argument 30 int ret = check_sched_policy_attr (policy); in __pthread_attr_setschedpolicy() 35 iattr->schedpolicy = policy; in __pthread_attr_setschedpolicy()
|
D | pthread_setschedparam.c | 26 __pthread_setschedparam (pthread_t threadid, int policy, in __pthread_setschedparam() argument 55 if (__builtin_expect (__sched_setscheduler (pd->tid, policy, in __pthread_setschedparam() 62 pd->schedpolicy = policy; in __pthread_setschedparam()
|
D | pthread_setattr_default_np.c | 34 int policy = real_in->schedpolicy; in __pthread_setattr_default_np() local 35 ret = check_sched_policy_attr (policy); in __pthread_setattr_default_np() 42 ret = check_sched_priority_attr (param->sched_priority, policy); in __pthread_setattr_default_np()
|
D | tst-default-attr.c | 209 int inherited, policy; in verify_sched_result() local 219 RETURN_IF_FAIL (pthread_attr_getschedpolicy, attr, &policy); in verify_sched_result() 220 if (policy != SCHED_RR) in verify_sched_result() 222 printf ("failed to set SCHED_RR (%d != %d)\n", policy, SCHED_RR); in verify_sched_result()
|
D | pthread_attr_getschedpolicy.c | 22 __pthread_attr_getschedpolicy (const pthread_attr_t *attr, int *policy) in __pthread_attr_getschedpolicy() argument 29 *policy = iattr->schedpolicy; in __pthread_attr_getschedpolicy()
|
D | pthread_getschedparam.c | 25 __pthread_getschedparam (pthread_t threadid, int *policy, in __pthread_getschedparam() argument 64 *policy = pd->schedpolicy; in __pthread_getschedparam()
|
/glibc-2.36/rt/ |
D | aio_misc.c | 313 int policy, prio; in __aio_enqueue_request() local 334 __pthread_getschedparam (__pthread_self (), &policy, ¶m); in __aio_enqueue_request() 363 aiocbp->aiocb.__policy = policy; in __aio_enqueue_request() 497 int policy; in handle_fildes_io() local 500 __pthread_getschedparam (self, &policy, ¶m); in handle_fildes_io() 522 || aiocbp->aiocb.__policy != policy) in handle_fildes_io() 525 policy = aiocbp->aiocb.__policy; in handle_fildes_io() 526 __pthread_setschedparam (self, policy, ¶m); in handle_fildes_io()
|
/glibc-2.36/scripts/ |
D | build-many-glibcs.py | 1265 def install_linux_headers(policy, cmdlist): argument 1293 if policy.arch.startswith(k): 1298 cmdlist.create_use_dir(policy.builddir) 1300 ['make', '-C', policy.srcdir, 'O=%s' % policy.builddir, 1302 'INSTALL_HDR_PATH=%s' % policy.headers_dir, 1651 def build_glibc(self, cmdlist, policy): argument 1655 cmdlist.create_use_dir(policy.builddir) 1656 policy.configure(cmdlist) 1659 'install_root=%s' % policy.installdir]) 1663 os.path.join(policy.installdir, 'lib')] [all …]
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | sched_sets.c | 26 __sched_setscheduler (pid_t pid, int policy, const struct sched_param *param) in __sched_setscheduler() argument 28 switch (policy) in __sched_setscheduler()
|
/glibc-2.36/manual/ |
D | resource.texi | 444 scheduling policy and process CPU priorities determine which processes 480 * Basic Scheduling Functions:: Get/set scheduling policy, priority 519 CPU is determined by the scheduling policy. If the processes have 520 absolute priority 0, the traditional scheduling policy described in 606 Each process has a scheduling policy. For processes with absolute 617 absolute priority have the same scheduling policy. We'll discuss that 636 with First Come First Served scheduling policy forms a good compromise 652 scheduling policy and a process that is assigned First Come First Serve 661 A process begins life with the same scheduling policy as its parent process. 664 Only a privileged process can set the scheduling policy of a process [all …]
|
D | install.texi | 133 to match local policy. For example, if such a policy requires that all
|
D | sysinfo.texi | 375 mount, if the system's administration policy allows it. But programs
|
/glibc-2.36/sysdeps/nptl/ |
D | pthreadP.h | 338 extern int __pthread_getschedparam (pthread_t thread_id, int *policy, 341 extern int __pthread_setschedparam (pthread_t thread_id, int policy, 382 int *policy); 383 extern int __pthread_attr_setschedpolicy (pthread_attr_t *attr, int policy);
|
/glibc-2.36/posix/ |
D | sched_sets.c | 25 __sched_setscheduler (pid_t pid, int policy, const struct sched_param *param) in __sched_setscheduler() argument
|
/glibc-2.36/ |
D | INSTALL | 106 libraries, to match local policy. For example, if such a policy
|
/glibc-2.36/timezone/ |
D | southamerica | 823 # because international television networks ignored Brazil's policy on DS,
|
D | europe | 1450 # urged Lithuania and Estonia to adopt a similar time policy, but it
|
D | northamerica | 523 # Navajo Nation participates in the Daylight Saving Time policy, due to its
|
/glibc-2.36/iconvdata/testdata/ |
D | suntzus | 236 and the worst policy of all is to besiege walled cities.
|
/glibc-2.36/po/ |
D | sv.po | 4531 msgid "Error querying policy for undefined object classes or permissions." 4532 msgstr "Fel när policy för odefinierade objektklasser eller rättigheter hämtades."
|