Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_semaphore_get.c86 UINT priority; in _ux_utility_semaphore_get() local
97 &priority, &preemption_threshold, in _ux_utility_semaphore_get()
101 if (priority > _ux_system -> ux_system_thread_lowest_priority) in _ux_utility_semaphore_get()
105 _ux_system -> ux_system_thread_lowest_priority = priority; in _ux_utility_semaphore_get()
Dux_utility_thread_create.c88 UINT priority, UINT preempt_threshold, in _ux_utility_thread_create() argument
97 stack_start,stack_size, priority,preempt_threshold,time_slice,auto_start); in _ux_utility_thread_create()
/USBX-v6.2.1/test/regression/
Dusbx_ux_utility_thread_schedule_other_test.c338 ULONG priority; in ux_test_thread_simulation_0_entry() local
351 priority = _ux_system->ux_system_thread_lowest_priority; in ux_test_thread_simulation_0_entry()
360 _ux_system->ux_system_thread_lowest_priority = priority; in ux_test_thread_simulation_0_entry()
Dux_test_utility_sim.c717 … VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold, in _tx_thread_create() argument
809 thread_ptr -> tx_thread_priority = priority; in _tx_thread_create()
810 thread_ptr -> tx_thread_user_priority = priority; in _tx_thread_create()
828 if (priority != preempt_threshold) in _tx_thread_create()
840 thread_ptr -> tx_thread_preempt_threshold = priority; in _tx_thread_create()
841 thread_ptr -> tx_thread_user_preempt_threshold = priority; in _tx_thread_create()
904 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_CREATE, thread_ptr, priority, TX_POINTER_TO_ULONG_CONVERT(… in _tx_thread_create()
/USBX-v6.2.1/common/core/inc/
Dux_utility.h123 UINT priority, UINT preempt_threshold,
212 #define _ux_system_thread_create(t,name,entry,entry_param,stack,stack_size,priority,preempt_thresho… argument
213 #define _ux_system_thread_create_norc(t,name,entry,entry_param,stack,stack_size,priority,preempt_th… argument
250 #define _ux_device_thread_create(t,name,entry,entry_param,stack,stack_size,priority,preempt_thresho… argument
300 #define _ux_host_thread_create(t,name,entry,entry_param,stack,stack_size,priority,preempt_threshold… argument
/USBX-v6.2.1/docs/
Drevision_history.txt13 … added computation of lowest thread priority in system
56 …ux_utility_thread_schedule_other.c Uses the lowest priority thread instead of the TX …
57 … minimum thread when changing priority avoiding issues
60 …ux_utility_semaphore_get.c Computes the lowest priority of threads using USBX…