Searched refs:policy (Results 1 – 12 of 12) sorted by relevance
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
D | px_sched_get_prio.c | 70 INT sched_get_priority_max(INT policy) in sched_get_priority_max() argument 72 if (policy==SCHED_FIFO || policy==SCHED_RR ) in sched_get_priority_max() 118 INT sched_get_priority_min(INT policy) in sched_get_priority_min() argument 120 if (policy==SCHED_FIFO || policy==SCHED_RR ) in sched_get_priority_min()
|
D | px_pth_setschedparam.c | 75 INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param *param) in pthread_setschedparam() argument 91 if (!(( policy == SCHED_FIFO )||(policy== SCHED_RR))) in pthread_setschedparam() 98 thread_tcb->sched_policy=policy; in pthread_setschedparam() 107 if(policy==SCHED_RR) thread_tcb->time_slice=SCHED_RR_TIME_SLICE; in pthread_setschedparam()
|
D | px_pth_attr_getschedpolicy.c | 71 INT pthread_attr_getschedpolicy(pthread_attr_t *attr, INT *policy) in pthread_attr_getschedpolicy() argument 82 *policy = attr->sched_policy; in pthread_attr_getschedpolicy()
|
D | px_pth_attr_setschedpolicyl.c | 71 INT pthread_attr_setschedpolicy(pthread_attr_t *attr, INT policy) in pthread_attr_setschedpolicy() argument 82 attr->sched_policy = policy; in pthread_attr_setschedpolicy()
|
D | sched.h | 59 INT sched_get_priority_max(INT policy); 60 INT sched_get_priority_min(INT policy);
|
D | px_pth_getschedparam.c | 73 INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *param) in pthread_getschedparam() argument 87 *policy=thread_tcb->sched_policy; in pthread_getschedparam()
|
D | tx_posix.h | 514 INT pthread_attr_getschedpolicy(pthread_attr_t *attr, INT *policy); 515 INT pthread_attr_setschedpolicy(pthread_attr_t *attr, INT policy); 545 INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param … 546 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.4.1/ |
D | SECURITY.md | 20 …lows [Eclipse Foundation Vulnerability Reporting Policy](https://www.eclipse.org/security/policy/).
|
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/ |
D | tx_osek.c | 371 … ULONG stack_size, SCHEDULE policy, AUTOSTART start, UINT type, AppModeType mode) in CreateTask() argument 432 if ((policy != FULL) && (policy != NON)) in CreateTask() 490 tcb_ptr->policy = policy; in CreateTask() 661 tcb_ptr->policy = NON; in CreateISR() 1573 if (tcb_ptr->policy == NON) in Schedule() 1885 if (tcb_ptr->policy == FULL) in GetResource() 1981 if ((tcb_ptr->policy == FULL) && (tcb_ptr->cur_threshold < osek_res->c_priority)) in GetResource() 2174 if (tcb_ptr->policy == NON) in ReleaseResource() 2301 if ((tcb_ptr->policy == NON ) || (tcb_ptr->resource_scheduler == TX_TRUE)) in ReleaseResource() 7957 if (tcb_ptr->policy == NON) in osek_task_wrapper() [all …]
|
D | os.h | 633 SCHEDULE policy; member 868 … ULONG stack_size, SCHEDULE policy, AUTOSTART start, UINT, AppModeType mode);
|
D | threadx_osek_readme.txt | 199 SCHEDULE policy,
|