Searched refs:pthread_attr_setschedparam (Results 1 – 10 of 10) sorted by relevance
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | posix_demo.c | 120 pthread_attr_setschedparam(&ptattr0, ¶m); in tx_application_define() 127 pthread_attr_setschedparam(&ptattr1, ¶m); in tx_application_define() 134 pthread_attr_setschedparam(&ptattr2, ¶m); in tx_application_define() 141 pthread_attr_setschedparam(&ptattr3, ¶m); in tx_application_define() 148 pthread_attr_setschedparam(&ptattr4, ¶m); in tx_application_define() 155 pthread_attr_setschedparam(&ptattr5, ¶m); in tx_application_define()
|
| D | posix_signal_self_send_test.c | 144 pthread_attr_setschedparam(&ptattr0, ¶m); in tx_application_define() 152 pthread_attr_setschedparam(&ptattr1, ¶m); in tx_application_define() 159 pthread_attr_setschedparam(&ptattr2, ¶m); in tx_application_define() 166 pthread_attr_setschedparam(&ptattr3, ¶m); in tx_application_define() 173 pthread_attr_setschedparam(&ptattr4, ¶m); in tx_application_define() 180 pthread_attr_setschedparam(&ptattr5, ¶m); in tx_application_define()
|
| D | px_pth_attr_setschedparam.c | 73 INT pthread_attr_setschedparam(pthread_attr_t *attr,struct sched_param *param) in pthread_attr_setschedparam() function
|
| D | posix_signal_suspended_thread_test.c | 88 pthread_attr_setschedparam(&ptattr0, ¶m); in tx_application_define() 96 pthread_attr_setschedparam(&ptattr1, ¶m); in tx_application_define()
|
| D | posix_signal_resume_thread_test.c | 88 pthread_attr_setschedparam(&ptattr0, ¶m); in tx_application_define() 96 pthread_attr_setschedparam(&ptattr1, ¶m); in tx_application_define()
|
| D | posix_signal_sigwait_test.c | 81 pthread_attr_setschedparam(&ptattr0, ¶m); in tx_application_define() 89 pthread_attr_setschedparam(&ptattr1, ¶m); in tx_application_define()
|
| D | posix_signal_sigmask_test.c | 83 pthread_attr_setschedparam(&ptattr0, ¶m); in tx_application_define() 91 pthread_attr_setschedparam(&ptattr1, ¶m); in tx_application_define()
|
| D | posix_signal_nested_test.c | 77 pthread_attr_setschedparam(&ptattr0, ¶m); in tx_application_define()
|
| D | tx_posix.h | 514 INT pthread_attr_setschedparam(pthread_attr_t *attr,struct sched_param *param);
|
| D | readme_threadx_posix.txt | 136 INT pthread_attr_setschedparam(pthread_attr_t *attr,struct sched_param *param);
|