Searched refs:policy (Results 1 – 12 of 12) 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() argument 73 if (policy==SCHED_FIFO || policy==SCHED_RR ) in sched_get_priority_max() 119 INT sched_get_priority_min(INT policy) in sched_get_priority_min() argument 121 if (policy==SCHED_FIFO || policy==SCHED_RR ) in sched_get_priority_min()
|
| D | px_pth_setschedparam.c | 76 INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param *param) in pthread_setschedparam() argument 92 if (!(( policy == SCHED_FIFO )||(policy== SCHED_RR))) in pthread_setschedparam() 99 thread_tcb->sched_policy=policy; in pthread_setschedparam() 108 if(policy==SCHED_RR) thread_tcb->time_slice=SCHED_RR_TIME_SLICE; in pthread_setschedparam()
|
| D | px_pth_attr_getschedpolicy.c | 72 INT pthread_attr_getschedpolicy(pthread_attr_t *attr, INT *policy) in pthread_attr_getschedpolicy() argument 83 *policy = attr->sched_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() argument 83 attr->sched_policy = policy; in pthread_attr_setschedpolicy()
|
| D | sched.h | 60 INT sched_get_priority_max(INT policy); 61 INT sched_get_priority_min(INT policy);
|
| D | px_pth_getschedparam.c | 74 INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *param) in pthread_getschedparam() argument 88 *policy=thread_tcb->sched_policy; in pthread_getschedparam()
|
| D | tx_posix.h | 515 INT pthread_attr_getschedpolicy(pthread_attr_t *attr, INT *policy); 516 INT pthread_attr_setschedpolicy(pthread_attr_t *attr, INT policy); 546 INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param … 547 INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *para…
|
| D | readme_threadx_posix.txt | 137 INT pthread_attr_getschedpolicy(pthread_attr_t *attr, INT *policy); 138 INT pthread_attr_setschedpolicy(pthread_attr_t *attr, INT policy); 168 INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *para… 169 INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param … 171 INT sched_get_priority_max(INT policy) 172 INT sched_get_priority_min(INT policy)
|
| /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() argument 433 if ((policy != FULL) && (policy != NON)) in CreateTask() 491 tcb_ptr->policy = policy; in CreateTask() 662 tcb_ptr->policy = NON; in CreateISR() 1574 if (tcb_ptr->policy == NON) in Schedule() 1886 if (tcb_ptr->policy == FULL) in GetResource() 1982 if ((tcb_ptr->policy == FULL) && (tcb_ptr->cur_threshold < osek_res->c_priority)) in GetResource() 2175 if (tcb_ptr->policy == NON) in ReleaseResource() 2302 if ((tcb_ptr->policy == NON ) || (tcb_ptr->resource_scheduler == TX_TRUE)) in ReleaseResource() 7958 if (tcb_ptr->policy == NON) in osek_task_wrapper() [all …]
|
| D | os.h | 634 SCHEDULE policy; member 869 … ULONG stack_size, SCHEDULE policy, AUTOSTART start, UINT, AppModeType mode);
|
| D | threadx_osek_readme.txt | 199 SCHEDULE policy,
|
| /ThreadX-v6.3.0/ |
| D | README.md | 224 - **Product roadmap and support policy**: https://aka.ms/azrtos/lts
|