Home
last modified time | relevance | path

Searched defs:param (Results 1 - 25 of 1121) sorted by relevance

12345678910>>...45

/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_attr_setschedparam.c3 int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_param *restrict param) in pthread_attr_setschedparam() argument
H A Dpthread_getschedparam.c4 int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() argument
H A Dpthread_setschedprio.c7 struct sched_param param = { in pthread_setschedprio() local
H A Dpthread_setschedparam.c4 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 Dpthread_attr_setschedparam.c4 _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 Dpthread_setschedparam.c5 _LIBC_TEXT_SECTION int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() argument
H A Dpthread_getschedparam.c5 _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 Dpthread_attr_setschedparam.c3 int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_param *restrict param) in pthread_attr_setschedparam() argument
H A Dpthread_setschedparam.c7 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() argument
H A Dpthread_setschedprio.c8 struct sched_param param = { in pthread_setschedprio() local
H A Dpthread_getschedparam.c4 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 Dsched_setscheduler.c5 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
H A Dsched_getparam.c6 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() argument
H A Dsched_setparam.c5 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 Dsched_setscheduler.c6 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
H A Dsched_getparam.c7 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() argument
H A Dsched_setparam.c6 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() argument
/third_party/musl/src/sched/
H A Dsched_setscheduler.c8 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
H A Dsched_getparam.c9 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() argument
H A Dsched_setparam.c8 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 D1-1.c22 struct sched_param param; in main() local
H A D3-1.c20 struct sched_param param; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/
H A D2-1.c24 struct sched_param param; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A D22-1.c21 struct sched_param param; in main() local
H A D23-3.c26 struct sched_param param; in main() local
[all...]

Completed in 3 milliseconds

12345678910>>...45