Searched defs:param (Results 1 – 12 of 12) sorted by relevance
73 INT pthread_attr_getschedparam(pthread_attr_t *attr,struct sched_param *param) in pthread_attr_getschedparam()
73 INT pthread_attr_setschedparam(pthread_attr_t *attr,struct sched_param *param) in pthread_attr_setschedparam()
74 INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *param) in pthread_getschedparam()
76 INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param *param) in pthread_setschedparam()
113 struct sched_param param; in tx_application_define() local
57 struct sched_param param; in tx_application_define() local
67 struct sched_param param; in tx_application_define() local
60 struct sched_param param; in tx_application_define() local
62 struct sched_param param; in tx_application_define() local
92 struct sched_param param; in tx_application_define() local
113 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