| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_setschedparam.c | 108 if(policy==SCHED_RR) thread_tcb->time_slice=SCHED_RR_TIME_SLICE; in pthread_setschedparam() 109 else thread_tcb->time_slice=0; in pthread_setschedparam() 110 tx_thread_time_slice_change(TheThread, thread_tcb->time_slice, &UTmp); in pthread_setschedparam()
|
| D | px_pth_create.c | 186 if(pthread_ptr->sched_policy==SCHED_RR) pthread_ptr->time_slice = SCHED_RR_TIME_SLICE; in pthread_create() 187 else pthread_ptr->time_slice = 0; in pthread_create() 241 pthread_ptr->time_slice, in pthread_create()
|
| D | px_pth_kill.c | 265 new_signal_thread -> time_slice, in pthread_kill()
|
| D | tx_posix.h | 336 ULONG time_slice; member
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_thread_info_get.c | 84 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _tx_thread_info_get() argument 139 if (time_slice != TX_NULL) in _tx_thread_info_get() 142 *time_slice = thread_ptr -> tx_thread_time_slice; in _tx_thread_info_get()
|
| D | txe_thread_info_get.c | 86 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _txe_thread_info_get() argument 113 time_slice, next_thread, next_suspended_thread); in _txe_thread_info_get()
|
| D | tx_thread_create.c | 99 ULONG time_slice, UINT auto_start) in _tx_thread_create() argument 179 thread_ptr -> tx_thread_time_slice = time_slice; in _tx_thread_create() 180 thread_ptr -> tx_thread_new_time_slice = time_slice; in _tx_thread_create()
|
| D | txe_thread_create.c | 94 ULONG time_slice, UINT auto_start, UINT thread_control_block_size) in _txe_thread_create() argument 307 time_slice, auto_start); in _txe_thread_create()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_info_get.c | 84 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _tx_thread_info_get() argument 139 if (time_slice != TX_NULL) in _tx_thread_info_get() 142 *time_slice = thread_ptr -> tx_thread_time_slice; in _tx_thread_info_get()
|
| D | txe_thread_info_get.c | 86 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, in _txe_thread_info_get() argument 113 time_slice, next_thread, next_suspended_thread); in _txe_thread_info_get()
|
| D | txe_thread_create.c | 94 ULONG time_slice, UINT auto_start, UINT thread_control_block_size) in _txe_thread_create() argument 307 time_slice, auto_start); in _txe_thread_create()
|
| D | tx_thread_create.c | 101 ULONG time_slice, UINT auto_start) in _tx_thread_create() argument 172 thread_ptr -> tx_thread_time_slice = time_slice; in _tx_thread_create() 173 thread_ptr -> tx_thread_new_time_slice = time_slice; in _tx_thread_create()
|
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_thread_info_get.c | 79 …, ULONG *run_count, UINT *priority, UINT *preemption_threshold, ULONG *time_slice, TX_THREAD **nex… in _txe_thread_info_get() argument 89 extra_parameters[4] = (ALIGN_TYPE) time_slice; in _txe_thread_info_get()
|
| D | txm_thread_create.c | 82 …_start, ULONG stack_size, UINT priority, UINT preempt_threshold, ULONG time_slice, UINT auto_start… in _txe_thread_create() argument 94 extra_parameters[6] = (ALIGN_TYPE) time_slice; in _txe_thread_create()
|
| /ThreadX-v6.3.0/common_modules/module_manager/src/ |
| D | txm_module_manager_thread_create.c | 109 ULONG time_slice, UINT auto_start, in _txm_module_manager_thread_create() argument 372 thread_ptr -> tx_thread_time_slice = time_slice; in _txm_module_manager_thread_create() 373 thread_ptr -> tx_thread_new_time_slice = time_slice; in _txm_module_manager_thread_create()
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_thread_information_test.c | 60 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.3.0/test/smp/regression/ |
| D | threadx_thread_information_test.c | 60 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.3.0/common/inc/ |
| D | tx_api.h | 1748 ULONG time_slice, UINT auto_start); 1753 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, 1785 ULONG time_slice, UINT auto_start, UINT thread_control_block_size); 1789 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, 1807 ULONG time_slice, UINT auto_start, UINT thread_control_block_size); 1811 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
|
| /ThreadX-v6.3.0/ports/cortex_r4/ghs/src/ |
| D | tx_timer_interrupt.arm | 103 /* Decrement the time_slice. */
|
| /ThreadX-v6.3.0/ports/cortex_a8/ghs/src/ |
| D | tx_timer_interrupt.arm | 103 /* Decrement the time_slice. */
|
| /ThreadX-v6.3.0/ports/cortex_a9/ghs/src/ |
| D | tx_timer_interrupt.arm | 103 /* Decrement the time_slice. */
|
| /ThreadX-v6.3.0/ports/cortex_r5/ghs/src/ |
| D | tx_timer_interrupt.arm | 103 /* Decrement the time_slice. */
|
| /ThreadX-v6.3.0/ports/cortex_r7/ghs/src/ |
| D | tx_timer_interrupt.arm | 103 /* Decrement the time_slice. */
|
| /ThreadX-v6.3.0/ports/cortex_a7/ghs/src/ |
| D | tx_timer_interrupt.arm | 103 /* Decrement the time_slice. */
|
| /ThreadX-v6.3.0/ports/cortex_a5/ghs/src/ |
| D | tx_timer_interrupt.arm | 103 /* Decrement the time_slice. */
|