| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_setschedparam.c | 107 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()
|
| D | px_pth_create.c | 185 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()
|
| D | px_pth_kill.c | 264 new_signal_thread -> time_slice, in pthread_kill()
|
| D | tx_posix.h | 335 ULONG time_slice; member
|
| /ThreadX-v6.4.1/common/src/ |
| D | tx_thread_info_get.c | 83 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()
|
| D | txe_thread_info_get.c | 85 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()
|
| D | tx_thread_create.c | 98 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()
|
| D | txe_thread_create.c | 93 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/ |
| D | tx_thread_info_get.c | 83 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()
|
| D | txe_thread_info_get.c | 85 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()
|
| D | txe_thread_create.c | 93 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()
|
| D | tx_thread_create.c | 100 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/ |
| D | txm_thread_info_get.c | 78 …, 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()
|
| D | txm_thread_create.c | 81 …_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/ |
| D | txm_module_manager_thread_create.c | 108 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/ |
| 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.4.1/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.4.1/common/inc/ |
| D | tx_api.h | 1753 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/ |
| D | tx_timer_interrupt.arm | 102 /* Decrement the time_slice. */
|
| /ThreadX-v6.4.1/ports/cortex_r7/ghs/src/ |
| D | tx_timer_interrupt.arm | 102 /* Decrement the time_slice. */
|
| /ThreadX-v6.4.1/ports/cortex_r5/ghs/src/ |
| D | tx_timer_interrupt.arm | 102 /* Decrement the time_slice. */
|
| /ThreadX-v6.4.1/ports/cortex_a8/ghs/src/ |
| D | tx_timer_interrupt.arm | 102 /* Decrement the time_slice. */
|
| /ThreadX-v6.4.1/ports/cortex_a5/ghs/src/ |
| D | tx_timer_interrupt.arm | 102 /* Decrement the time_slice. */
|
| /ThreadX-v6.4.1/ports/cortex_a7/ghs/src/ |
| D | tx_timer_interrupt.arm | 102 /* Decrement the time_slice. */
|
| /ThreadX-v6.4.1/ports/cortex_r4/ghs/src/ |
| D | tx_timer_interrupt.arm | 102 /* Decrement the time_slice. */
|