/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_attr_setschedparam.c | 3 int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_param *restrict param) in pthread_attr_setschedparam() argument
|
H A D | pthread_getschedparam.c | 4 int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() argument
|
H A D | pthread_setschedprio.c | 7 struct sched_param param = { in pthread_setschedprio() local
|
H A D | pthread_setschedparam.c | 4 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() argument
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
H A D | pthread_attr_setschedparam.c | 4 _LIBC_TEXT_SECTION int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_param *restrict param) in pthread_attr_setschedparam() argument
|
H A D | pthread_setschedparam.c | 5 _LIBC_TEXT_SECTION int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() argument
|
H A D | pthread_getschedparam.c | 5 _LIBC_TEXT_SECTION int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() argument
|
/third_party/musl/src/thread/ |
H A D | pthread_attr_setschedparam.c | 3 int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_param *restrict param) in pthread_attr_setschedparam() argument
|
H A D | pthread_setschedparam.c | 7 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() argument
|
H A D | pthread_setschedprio.c | 8 struct sched_param param = { in pthread_setschedprio() local
|
H A D | pthread_getschedparam.c | 4 int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() argument
|
/third_party/musl/porting/linux/user/src/sched/ |
H A D | sched_setscheduler.c | 5 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
|
H A D | sched_getparam.c | 6 int sched_getparam(pid_t pid, struct sched_param *param)
in sched_getparam() argument
|
H A D | sched_setparam.c | 5 int sched_setparam(pid_t pid, const struct sched_param *param)
in sched_setparam() argument
|
/third_party/musl/porting/liteos_a/user/src/sched/ |
H A D | sched_setscheduler.c | 6 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
|
H A D | sched_getparam.c | 7 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() argument
|
H A D | sched_setparam.c | 6 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() argument
|
/third_party/musl/src/sched/ |
H A D | sched_setscheduler.c | 8 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
|
H A D | sched_getparam.c | 9 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() argument
|
H A D | sched_setparam.c | 8 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() argument
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/ |
H A D | 1-1.c | 22 struct sched_param param; in main() local
|
H A D | 3-1.c | 20 struct sched_param param; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/ |
H A D | 2-1.c | 24 struct sched_param param; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
H A D | 22-1.c | 21 struct sched_param param; in main() local
|
H A D | 23-3.c | 26 struct sched_param param; in main() local [all...] |