Home
last modified time | relevance | path

Searched defs:param (Results 1 – 12 of 12) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_attr_setschedparam.c72 INT pthread_attr_setschedparam(pthread_attr_t *attr,struct sched_param *param) in pthread_attr_setschedparam()
Dpx_pth_attr_getschedparam.c72 INT pthread_attr_getschedparam(pthread_attr_t *attr,struct sched_param *param) in pthread_attr_getschedparam()
Dpx_pth_getschedparam.c73 INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *param) in pthread_getschedparam()
Dpx_pth_setschedparam.c75 INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param *param) in pthread_setschedparam()
Dposix_signal_self_send_test.c113 struct sched_param param; in tx_application_define() local
Dposix_signal_nested_test.c57 struct sched_param param; in tx_application_define() local
Dposix_signal_resume_thread_test.c67 struct sched_param param; in tx_application_define() local
Dposix_signal_suspended_thread_test.c67 struct sched_param param; in tx_application_define() local
Dposix_signal_sigwait_test.c60 struct sched_param param; in tx_application_define() local
Dposix_signal_sigmask_test.c62 struct sched_param param; in tx_application_define() local
Dposix_demo.c92 struct sched_param param; in tx_application_define() local
/ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/
Darc.c113 static inline void __mcip_cmd(unsigned int cmd, unsigned int param) in __mcip_cmd()
116 unsigned int cmd:8, param:16, pad:8; in __mcip_cmd() member