Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_sched_get_prio.c71 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()
Dpx_pth_attr_getschedpolicy.c72 INT pthread_attr_getschedpolicy(pthread_attr_t *attr, INT *policy) in pthread_attr_getschedpolicy()
Dpx_pth_attr_setschedpolicyl.c72 INT pthread_attr_setschedpolicy(pthread_attr_t *attr, INT policy) in pthread_attr_setschedpolicy()
Dpx_pth_getschedparam.c74 INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *param) in pthread_getschedparam()
Dpx_pth_setschedparam.c76 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/
Dtx_osek.c372 … ULONG stack_size, SCHEDULE policy, AUTOSTART start, UINT type, AppModeType mode) in CreateTask()
Dos.h634 SCHEDULE policy; member