Home
last modified time | relevance | path

Searched refs:time_slice (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_semaphore_get.c88 ULONG time_slice; in _ux_utility_semaphore_get() local
98 &time_slice, &next_thread,&suspended_thread); in _ux_utility_semaphore_get()
Dux_utility_thread_create.c89 ULONG time_slice, UINT auto_start) 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/common/core/inc/
Dux_utility.h124 ULONG time_slice, UINT auto_start);
212 …e(t,name,entry,entry_param,stack,stack_size,priority,preempt_threshold,time_slice,auto_start) (UX_… argument
213 …c(t,name,entry,entry_param,stack,stack_size,priority,preempt_threshold,time_slice,auto_start) do{}… argument
250 …e(t,name,entry,entry_param,stack,stack_size,priority,preempt_threshold,time_slice,auto_start) (UX_… argument
300 …e(t,name,entry,entry_param,stack,stack_size,priority,preempt_threshold,time_slice,auto_start) (UX_… argument
/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.c718 ULONG time_slice, UINT auto_start) in _tx_thread_create() argument
811 thread_ptr -> tx_thread_time_slice = time_slice; in _tx_thread_create()
812 thread_ptr -> tx_thread_new_time_slice = time_slice; in _tx_thread_create()