Home
last modified time | relevance | path

Searched defs:priority (Results 1 – 25 of 245) sorted by relevance

12345678910

/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_maximum_module_priority_set.c69 …txm_module_manager_maximum_module_priority_set(TXM_MODULE_INSTANCE *module_instance, UINT priority) in _txm_module_manager_maximum_module_priority_set()
/ThreadX-v6.3.0/common/src/
Dtx_thread_relinquish.c83 UINT priority; in _tx_thread_relinquish() local
Dtx_thread_info_get.c84 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _tx_thread_info_get()
Dtxe_thread_info_get.c86 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _txe_thread_info_get()
Dtx_thread_system_resume.c87 UINT priority; in _tx_thread_system_resume() local
Dtx_thread_system_suspend.c89 UINT priority; in _tx_thread_system_suspend() local
Dtx_thread_suspend.c216 UINT priority; in _tx_thread_suspend() local
Dtx_thread_resume.c85 UINT priority; in _tx_thread_resume() local
Dtx_thread_create.c98 … VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold, in _tx_thread_create()
Dtxe_thread_create.c93 UINT priority, UINT preempt_threshold, in _txe_thread_create()
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_mq_priority_search.c71 ULONG posix_priority_search(mqd_t msgQId, ULONG priority) in posix_priority_search()
Dpx_mq_arrange_msg.c77 ULONG priority; /* priority of the message */ in posix_arrange_msg() local
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_info_get.c84 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _tx_thread_info_get()
Dtxe_thread_info_get.c86 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _txe_thread_info_get()
Dtx_thread_smp_utilities.c89 UINT _tx_thread_smp_next_priority_find(UINT priority) in _tx_thread_smp_next_priority_find()
132 UINT _tx_thread_smp_next_priority_find(UINT priority) in _tx_thread_smp_next_priority_find()
829 ULONG _tx_thread_smp_preemptable_threads_get(UINT priority, TX_THREAD *possible_preemption_list[TX… in _tx_thread_smp_preemptable_threads_get()
1000 UINT priority; in _tx_thread_smp_simple_priority_change() local
Dtx_mutex_priority_change.c97 UINT priority; in _tx_mutex_priority_change() local
Dtx_thread_time_slice.c79 UINT priority; in _tx_thread_time_slice() local
Dtx_thread_create.c100 … VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold, in _tx_thread_create()
Dtxe_thread_create.c93 UINT priority, UINT preempt_threshold, in _txe_thread_create()
Dtx_thread_priority_change.c97 UINT priority; in _tx_thread_priority_change() local
Dtx_thread_relinquish.c81 UINT priority; in _tx_thread_relinquish() local
/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_thread_info_get.c79 …t(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count, UINT *priority, UINT *preempt… in _txe_thread_info_get()
Dtxm_thread_create.c82 …entry_input), ULONG entry_input, VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_… in _txe_thread_create()
/ThreadX-v6.3.0/ports_module/cortex_r4/ac6/example_build/sample_threadx_module_manager/
Dgic.c139 void GIC_SetPriority(IRQn_Type IRQn, uint32_t priority) in GIC_SetPriority()
153 void GIC_InterfacePriorityMask(uint32_t priority) in GIC_InterfacePriorityMask()
/ThreadX-v6.3.0/ports/cortex_r4/ac6/example_build/sample_threadx/
Dgic.c139 void GIC_SetPriority(IRQn_Type IRQn, uint32_t priority) in GIC_SetPriority()
153 void GIC_InterfacePriorityMask(uint32_t priority) in GIC_InterfacePriorityMask()

12345678910