Home
last modified time | relevance | path

Searched defs:policy (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_sched_get_prio.c70 INT sched_get_priority_max(INT policy) in sched_get_priority_max()
118 INT sched_get_priority_min(INT policy) in sched_get_priority_min()
Dpx_pth_attr_setschedpolicyl.c71 INT pthread_attr_setschedpolicy(pthread_attr_t *attr, INT policy) in pthread_attr_setschedpolicy()
Dpx_pth_attr_getschedpolicy.c71 INT pthread_attr_getschedpolicy(pthread_attr_t *attr, INT *policy) in pthread_attr_getschedpolicy()
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()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dos.h633 SCHEDULE policy; member
Dtx_osek.c371 … ULONG stack_size, SCHEDULE policy, AUTOSTART start, UINT type, AppModeType mode) in CreateTask()