threadx
_tx_thread_time_slice()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (3/4)...
Files
loading (3/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_tx_thread_time_slice()
_tx_thread_time_slice() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_thread.h:291
VOID
_tx_thread_time_slice
(
VOID
)
;
Implemented in
tx_thread_time_slice.c:79
Examples
References
from
examples
Code
Location
VOID
_tx_thread_time_slice
(
VOID
)
tx_thread_time_slice.c:79
VOID
_tx_thread_time_slice
(
VOID
)
;
tx_thread.h:291
Call Tree
from
examples
_tx_thread_time_slice()
calls 3 functions:
All items filtered out
_tx_thread_time_slice()
__disable_interrupts()
__restore_interrupt()
__restore_interrupts()
All items filtered out
Data Use
from
examples
_tx_thread_time_slice()
reads 9 variables and writes 4 variables:
TX_THREAD_STRUCT::tx_thread_time_slice
TX_THREAD_STRUCT::tx_thread_new_time_slice
TX_THREAD_STRUCT::tx_thread_ready_next
TX_THREAD_STRUCT::tx_thread_priority
TX_THREAD_STRUCT::tx_thread_state
TX_THREAD_STRUCT::tx_thread_preempt_threshold
_tx_thread_current_ptr
_tx_thread_highest_priority
_tx_thread_priority_list
All items filtered out
_tx_thread_time_slice()
TX_THREAD_STRUCT::tx_thread_time_slice
_tx_thread_execute_ptr
_tx_timer_time_slice
_tx_timer_expired_time_slice
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out