Searched defs:policy (Results 1 – 7 of 7) sorted by relevance
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_sched_get_prio.c | 71 INT sched_get_priority_max(INT policy) in sched_get_priority_max() 119 INT sched_get_priority_min(INT policy) in sched_get_priority_min()
|
| D | px_pth_attr_getschedpolicy.c | 72 INT pthread_attr_getschedpolicy(pthread_attr_t *attr, INT *policy) in pthread_attr_getschedpolicy()
|
| D | px_pth_attr_setschedpolicyl.c | 72 INT pthread_attr_setschedpolicy(pthread_attr_t *attr, INT policy) in pthread_attr_setschedpolicy()
|
| D | px_pth_getschedparam.c | 74 INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *param) in pthread_getschedparam()
|
| D | px_pth_setschedparam.c | 76 INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param *param) in pthread_setschedparam()
|
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/ |
| D | tx_osek.c | 372 … ULONG stack_size, SCHEDULE policy, AUTOSTART start, UINT type, AppModeType mode) in CreateTask()
|
| D | os.h | 634 SCHEDULE policy; member
|