Home
last modified time | relevance | path

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

12

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_setschedparam.c107 if(policy==SCHED_RR) thread_tcb->time_slice=SCHED_RR_TIME_SLICE; in pthread_setschedparam()
108 else thread_tcb->time_slice=0; in pthread_setschedparam()
109 tx_thread_time_slice_change(TheThread, thread_tcb->time_slice, &UTmp); in pthread_setschedparam()
Dpx_pth_create.c185 if(pthread_ptr->sched_policy==SCHED_RR) pthread_ptr->time_slice = SCHED_RR_TIME_SLICE; in pthread_create()
186 else pthread_ptr->time_slice = 0; in pthread_create()
240 pthread_ptr->time_slice, in pthread_create()
Dpx_pth_kill.c264 new_signal_thread -> time_slice, in pthread_kill()
Dtx_posix.h335 ULONG time_slice; member
/ThreadX-v6.4.1/common/src/
Dtx_thread_info_get.c83 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _tx_thread_info_get() argument
138 if (time_slice != TX_NULL) in _tx_thread_info_get()
141 *time_slice = thread_ptr -> tx_thread_time_slice; in _tx_thread_info_get()
Dtxe_thread_info_get.c85 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _txe_thread_info_get() argument
112 time_slice, next_thread, next_suspended_thread); in _txe_thread_info_get()
Dtx_thread_create.c98 ULONG time_slice, UINT auto_start) in _tx_thread_create() argument
178 thread_ptr -> tx_thread_time_slice = time_slice; in _tx_thread_create()
179 thread_ptr -> tx_thread_new_time_slice = time_slice; in _tx_thread_create()
Dtxe_thread_create.c93 ULONG time_slice, UINT auto_start, UINT thread_control_block_size) in _txe_thread_create() argument
306 time_slice, auto_start); in _txe_thread_create()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_info_get.c83 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _tx_thread_info_get() argument
138 if (time_slice != TX_NULL) in _tx_thread_info_get()
141 *time_slice = thread_ptr -> tx_thread_time_slice; in _tx_thread_info_get()
Dtxe_thread_info_get.c85 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _txe_thread_info_get() argument
112 time_slice, next_thread, next_suspended_thread); in _txe_thread_info_get()
Dtxe_thread_create.c93 ULONG time_slice, UINT auto_start, UINT thread_control_block_size) in _txe_thread_create() argument
306 time_slice, auto_start); in _txe_thread_create()
Dtx_thread_create.c100 ULONG time_slice, UINT auto_start) in _tx_thread_create() argument
171 thread_ptr -> tx_thread_time_slice = time_slice; in _tx_thread_create()
172 thread_ptr -> tx_thread_new_time_slice = time_slice; in _tx_thread_create()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_thread_info_get.c78 …, ULONG *run_count, UINT *priority, UINT *preemption_threshold, ULONG *time_slice, TX_THREAD **nex… in _txe_thread_info_get() argument
88 extra_parameters[4] = (ALIGN_TYPE) time_slice; in _txe_thread_info_get()
Dtxm_thread_create.c81 …_start, ULONG stack_size, UINT priority, UINT preempt_threshold, ULONG time_slice, UINT auto_start… in _txe_thread_create() argument
93 extra_parameters[6] = (ALIGN_TYPE) time_slice; in _txe_thread_create()
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c108 ULONG time_slice, UINT auto_start, in _txm_module_manager_thread_create() argument
371 thread_ptr -> tx_thread_time_slice = time_slice; in _txm_module_manager_thread_create()
372 thread_ptr -> tx_thread_new_time_slice = time_slice; in _txm_module_manager_thread_create()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_information_test.c60 ULONG time_slice; in thread_0_entry() local
85 …hread_0, &name, &state, &run_count, &priority, &preemption_threshold, &time_slice, &next_thread, &… in thread_0_entry()
89 …(time_slice != 0) || (next_thread != thread_0.tx_thread_created_next) || (suspended_thread != thre… in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_information_test.c60 ULONG time_slice; in thread_0_entry() local
85 …hread_0, &name, &state, &run_count, &priority, &preemption_threshold, &time_slice, &next_thread, &… in thread_0_entry()
89 …(time_slice != 0) || (next_thread != thread_0.tx_thread_created_next) || (suspended_thread != thre… in thread_0_entry()
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1753 ULONG time_slice, UINT auto_start);
1758 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
1790 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
1794 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
1812 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
1816 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
/ThreadX-v6.4.1/ports/cortex_a9/ghs/src/
Dtx_timer_interrupt.arm102 /* Decrement the time_slice. */
/ThreadX-v6.4.1/ports/cortex_r7/ghs/src/
Dtx_timer_interrupt.arm102 /* Decrement the time_slice. */
/ThreadX-v6.4.1/ports/cortex_r5/ghs/src/
Dtx_timer_interrupt.arm102 /* Decrement the time_slice. */
/ThreadX-v6.4.1/ports/cortex_a8/ghs/src/
Dtx_timer_interrupt.arm102 /* Decrement the time_slice. */
/ThreadX-v6.4.1/ports/cortex_a5/ghs/src/
Dtx_timer_interrupt.arm102 /* Decrement the time_slice. */
/ThreadX-v6.4.1/ports/cortex_a7/ghs/src/
Dtx_timer_interrupt.arm102 /* Decrement the time_slice. */
/ThreadX-v6.4.1/ports/cortex_r4/ghs/src/
Dtx_timer_interrupt.arm102 /* Decrement the time_slice. */

12