| /ThreadX-v6.2.1/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.2.1/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 | 97 ULONG time_slice, UINT auto_start) in _tx_thread_create() argument 157 thread_ptr -> tx_thread_time_slice = time_slice; in _tx_thread_create() 158 thread_ptr -> tx_thread_new_time_slice = time_slice; in _tx_thread_create()
|
| /ThreadX-v6.2.1/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 | 95 ULONG time_slice, UINT auto_start) in _tx_thread_create() argument 164 thread_ptr -> tx_thread_time_slice = time_slice; in _tx_thread_create() 165 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.2.1/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.2.1/common_modules/module_manager/src/ |
| D | txm_module_manager_thread_create.c | 103 ULONG time_slice, UINT auto_start, in _txm_module_manager_thread_create() argument 355 thread_ptr -> tx_thread_time_slice = time_slice; in _txm_module_manager_thread_create() 356 thread_ptr -> tx_thread_new_time_slice = time_slice; in _txm_module_manager_thread_create()
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1734 ULONG time_slice, UINT auto_start); 1739 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, 1771 ULONG time_slice, UINT auto_start, UINT thread_control_block_size); 1775 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, 1793 ULONG time_slice, UINT auto_start, UINT thread_control_block_size); 1797 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
|
| /ThreadX-v6.2.1/ports/cortex_r5/ghs/src/ |
| D | tx_timer_interrupt.arm | 103 /* Decrement the time_slice. */
|
| /ThreadX-v6.2.1/ports/cortex_a8/ghs/src/ |
| D | tx_timer_interrupt.arm | 103 /* Decrement the time_slice. */
|
| /ThreadX-v6.2.1/ports/cortex_a9/ghs/src/ |
| D | tx_timer_interrupt.arm | 103 /* Decrement the time_slice. */
|
| /ThreadX-v6.2.1/ports/cortex_r7/ghs/src/ |
| D | tx_timer_interrupt.arm | 103 /* Decrement the time_slice. */
|
| /ThreadX-v6.2.1/ports/cortex_r4/ghs/src/ |
| D | tx_timer_interrupt.arm | 103 /* Decrement the time_slice. */
|
| /ThreadX-v6.2.1/ports/cortex_a5/ghs/src/ |
| D | tx_timer_interrupt.arm | 103 /* Decrement the time_slice. */
|
| /ThreadX-v6.2.1/ports/cortex_a7/ghs/src/ |
| D | tx_timer_interrupt.arm | 103 /* Decrement the time_slice. */
|
| /ThreadX-v6.2.1/ports/cortex_m7/ghs/src/ |
| D | tx_timer_interrupt.arm | 92 ; /* Decrement the time_slice. */
|
| /ThreadX-v6.2.1/ports/cortex_m4/ghs/src/ |
| D | tx_timer_interrupt.arm | 92 ; /* Decrement the time_slice. */
|