Searched refs:sched_param (Results 1 – 21 of 21) sorted by relevance
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | sched.h | 50 struct sched_param struct
|
| D | px_pth_attr_getschedparam.c | 73 INT pthread_attr_getschedparam(pthread_attr_t *attr,struct sched_param *param) in pthread_attr_getschedparam()
|
| D | px_pth_getschedparam.c | 74 INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *param) in pthread_getschedparam()
|
| D | tx_posix.h | 284 struct sched_param sched_attr; 312 struct sched_param sched_attr; 513 INT pthread_attr_getschedparam(pthread_attr_t *attr,struct sched_param *param); 514 INT pthread_attr_setschedparam(pthread_attr_t *attr,struct sched_param *param); 546 INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param … 547 INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *para…
|
| D | px_pth_attr_setschedparam.c | 73 INT pthread_attr_setschedparam(pthread_attr_t *attr,struct sched_param *param) in pthread_attr_setschedparam()
|
| D | px_pth_setschedparam.c | 76 INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param *param) in pthread_setschedparam()
|
| D | posix_signal_nested_test.c | 57 struct sched_param param; in tx_application_define()
|
| D | posix_signal_suspended_thread_test.c | 67 struct sched_param param; in tx_application_define()
|
| D | posix_signal_resume_thread_test.c | 67 struct sched_param param; in tx_application_define()
|
| D | posix_signal_sigwait_test.c | 60 struct sched_param param; in tx_application_define()
|
| D | posix_signal_sigmask_test.c | 62 struct sched_param param; in tx_application_define()
|
| D | readme_threadx_posix.txt | 135 INT pthread_attr_getschedparam(pthread_attr_t *attr,struct sched_param *param); 136 INT pthread_attr_setschedparam(pthread_attr_t *attr,struct sched_param *param); 168 INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *para… 169 INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param …
|
| D | posix_demo.c | 92 struct sched_param param; in tx_application_define()
|
| D | posix_signal_self_send_test.c | 113 struct sched_param param; in tx_application_define()
|
| /ThreadX-v6.3.0/ports/linux/gnu/src/ |
| D | tx_thread_stack_build.c | 88 struct sched_param sp; in _tx_thread_stack_build()
|
| D | tx_initialize_low_level.c | 225 struct sched_param sp; in _tx_initialize_low_level()
|
| /ThreadX-v6.3.0/ports_smp/linux/gnu/src/ |
| D | tx_thread_stack_build.c | 89 struct sched_param sp; in _tx_thread_stack_build()
|
| D | tx_thread_smp_protect.c | 81 struct sched_param sp; in _tx_thread_smp_protect()
|
| D | tx_initialize_low_level.c | 236 struct sched_param sp; in _tx_initialize_low_level()
|
| /ThreadX-v6.3.0/ports/linux/gnu/ |
| D | readme_threadx.txt | 102 struct sched_param sp;
|
| /ThreadX-v6.3.0/ports_smp/linux/gnu/ |
| D | readme_threadx.txt | 102 struct sched_param sp;
|