Searched refs:sched_param (Results 1 - 21 of 21) sorted by path

/bionic/benchmarks/
H A Dsemaphore_benchmark.cpp119 sched_param param;
/bionic/libc/bionic/
H A Dpthread_attr.cpp118 int pthread_attr_setschedparam(pthread_attr_t* attr, const sched_param* param) {
124 int pthread_attr_getschedparam(const pthread_attr_t* attr, sched_param* param) {
H A Dpthread_create.cpp124 sched_param param;
H A Dpthread_getschedparam.cpp34 int pthread_getschedparam(pthread_t t, int* policy, sched_param* param) {
H A Dpthread_setschedparam.cpp35 int pthread_setschedparam(pthread_t t, int policy, const sched_param* param) {
50 sched_param param = { .sched_priority = priority };
H A Dspawn.cpp89 sched_param schedparam;
252 int posix_spawnattr_setschedparam(posix_spawnattr_t* attr, const struct sched_param* param) {
257 int posix_spawnattr_getschedparam(const posix_spawnattr_t* attr, struct sched_param* param) {
/bionic/libc/include/
H A Dpthread.h101 int pthread_attr_getschedparam(const pthread_attr_t* __attr, struct sched_param* __param);
110 int pthread_attr_setschedparam(pthread_attr_t* __attr, const struct sched_param* __param);
150 int pthread_getschedparam(pthread_t __pthread, int* __policy, struct sched_param* __param);
260 int pthread_setschedparam(pthread_t __pthread, int __policy, const struct sched_param* __param);
H A Dsched.h41 struct sched_param { struct
45 int sched_setscheduler(pid_t __pid, int __policy, const struct sched_param* __param);
50 int sched_setparam(pid_t __pid, const struct sched_param* __param);
51 int sched_getparam(pid_t __pid, struct sched_param* __param);
H A Dspawn.h75 int posix_spawnattr_setschedparam(posix_spawnattr_t* __attr, const struct sched_param* __param) __INTRODUCED_IN(28);
76 int posix_spawnattr_getschedparam(const posix_spawnattr_t* __attr, struct sched_param* __param) __INTRODUCED_IN(28);
/bionic/libc/kernel/uapi/linux/sched/
H A Dtypes.h22 struct sched_param { struct
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/sched/
H A Dtypes.h22 struct sched_param { struct
/bionic/tests/headers/posix/
H A Dpthread_h.c94 FUNCTION(pthread_attr_getschedparam, int (*f)(const pthread_attr_t*, struct sched_param*));
103 FUNCTION(pthread_attr_setschedparam, int (*f)(pthread_attr_t*, const struct sched_param*));
138 FUNCTION(pthread_getschedparam, int (*f)(pthread_t, int*, struct sched_param*));
200 FUNCTION(pthread_setschedparam, int (*f)(pthread_t, int, const struct sched_param*));
H A Dsched_h.c40 TYPE(struct sched_param);
41 STRUCT_MEMBER(struct sched_param, int, sched_priority);
43 STRUCT_MEMBER(struct sched_param, int, sched_ss_low_priority);
44 STRUCT_MEMBER(struct sched_param, struct timespec, sched_ss_repl_period);
45 STRUCT_MEMBER(struct sched_param, struct timespec, sched_ss_init_budget);
46 STRUCT_MEMBER(struct sched_param, int, sched_ss_max_repl);
58 FUNCTION(sched_getparam, int (*f)(pid_t, struct sched_param*));
61 FUNCTION(sched_setparam, int (*f)(pid_t, const struct sched_param*));
62 FUNCTION(sched_setscheduler, int (*f)(pid_t, int, const struct sched_param*));
H A Dspawn_h.c42 TYPE(struct sched_param*);
60 FUNCTION(posix_spawnattr_getschedparam, int (*f)(const posix_spawnattr_t*, struct sched_param*));
67 FUNCTION(posix_spawnattr_setschedparam, int (*f)(posix_spawnattr_t*, const struct sched_param*));
/bionic/tests/
H A Dpthread_test.cpp587 sched_param param;
594 sched_param param;
603 sched_param param;
610 sched_param param;
2570 sched_param p = { .sched_priority = INT_MIN };
2601 sched_param param = { .sched_priority = sched_get_priority_max(SCHED_FIFO) + 1 };
2621 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) };
2637 sched_param actual_param;
2645 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) };
2662 sched_param actual_para
[all...]
H A Dsched_test.cpp288 sched_param p = {};
H A Dspawn_test.cpp160 sched_param sp;
164 sched_param sp123 = { .sched_priority = 123 };
/bionic/tools/versioner/current/
H A Dpthread.h101 int pthread_attr_getschedparam(const pthread_attr_t* __attr, struct sched_param* __param);
110 int pthread_attr_setschedparam(pthread_attr_t* __attr, const struct sched_param* __param);
150 int pthread_getschedparam(pthread_t __pthread, int* __policy, struct sched_param* __param);
260 int pthread_setschedparam(pthread_t __pthread, int __policy, const struct sched_param* __param);
H A Dsched.h41 struct sched_param { struct
45 int sched_setscheduler(pid_t __pid, int __policy, const struct sched_param* __param);
50 int sched_setparam(pid_t __pid, const struct sched_param* __param);
51 int sched_getparam(pid_t __pid, struct sched_param* __param);
H A Dspawn.h75 int posix_spawnattr_setschedparam(posix_spawnattr_t* __attr, const struct sched_param* __param) __INTRODUCED_IN(28);
76 int posix_spawnattr_getschedparam(const posix_spawnattr_t* __attr, struct sched_param* __param) __INTRODUCED_IN(28);
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/sched/
H A Dtypes.h22 struct sched_param { struct

Completed in 727 milliseconds