Searched defs:policy (Results 1 – 14 of 14) sorted by relevance
/glibc-2.36/sysdeps/htl/ |
D | pt-attr-getschedpolicy.c | 23 __pthread_attr_getschedpolicy (const pthread_attr_t *attr, int *policy) in __pthread_attr_getschedpolicy()
|
D | pt-attr-setschedpolicy.c | 23 __pthread_attr_setschedpolicy (pthread_attr_t *attr, int policy) in __pthread_attr_setschedpolicy()
|
D | pt-getschedparam.c | 23 __pthread_getschedparam (pthread_t thread, int *policy, in __pthread_getschedparam()
|
D | pt-setschedparam.c | 23 __pthread_setschedparam (pthread_t thread, int policy, in __pthread_setschedparam()
|
/glibc-2.36/posix/ |
D | sched_sets.c | 25 __sched_setscheduler (pid_t pid, int policy, const struct sched_param *param) in __sched_setscheduler()
|
/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()
|
/glibc-2.36/nptl/ |
D | pthread_attr_getschedpolicy.c | 22 __pthread_attr_getschedpolicy (const pthread_attr_t *attr, int *policy) in __pthread_attr_getschedpolicy()
|
D | pthread_attr_setschedpolicy.c | 23 __pthread_attr_setschedpolicy (pthread_attr_t *attr, int policy) in __pthread_attr_setschedpolicy()
|
D | pthread_getschedparam.c | 25 __pthread_getschedparam (pthread_t threadid, int *policy, in __pthread_getschedparam()
|
D | pthread_setschedparam.c | 26 __pthread_setschedparam (pthread_t threadid, int policy, in __pthread_setschedparam()
|
D | pthread_setattr_default_np.c | 34 int policy = real_in->schedpolicy; in __pthread_setattr_default_np() local
|
D | tst-default-attr.c | 209 int inherited, policy; in verify_sched_result() local
|
/glibc-2.36/rt/ |
D | aio_misc.c | 313 int policy, prio; in __aio_enqueue_request() local 497 int policy; in handle_fildes_io() local
|
/glibc-2.36/scripts/ |
D | build-many-glibcs.py | 1265 def install_linux_headers(policy, cmdlist): argument 1651 def build_glibc(self, cmdlist, policy): argument
|