threadx
THREAD_DECLARE
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
THREAD_DECLARE
THREAD_DECLARE macro
Syntax
Show:
Summary
Declaration
from
tx_thread.h:301
#define
THREAD_DECLARE
extern
Examples
References
from
examples
Code
Location
#define
THREAD_DECLARE
extern
tx_thread.h:301
THREAD_DECLARE
VOID
*
_tx_thread_system_stack_ptr
;
tx_thread.h:308
THREAD_DECLARE
TX_THREAD
*
_tx_thread_current_ptr
;
tx_thread.h:314
THREAD_DECLARE
TX_THREAD
*
_tx_thread_execute_ptr
;
tx_thread.h:321
THREAD_DECLARE
TX_THREAD
*
_tx_thread_created_ptr
;
tx_thread.h:326
THREAD_DECLARE
ULONG
_tx_thread_created_count
;
tx_thread.h:331
THREAD_DECLARE
volatile
ULONG
_tx_thread_system_state
;
tx_thread.h:340
THREAD_DECLARE
ULONG
_tx_thread_priority_maps
[
TX_MAX_PRIORITIES
/
32
]
;
tx_thread.h:348
THREAD_DECLARE
ULONG
_tx_thread_priority_map_active
;
tx_thread.h:356
THREAD_DECLARE
ULONG
_tx_thread_preempted_maps
[
TX_MAX_PRIORITIES
/
32
]
;
tx_thread.h:368
THREAD_DECLARE
UINT
_tx_thread_highest_priority
;
tx_thread.h:384
THREAD_DECLARE
TX_THREAD
*
_tx_thread_priority_list
[
TX_MAX_PRIORITIES
]
;
tx_thread.h:392
THREAD_DECLARE
volatile
UINT
_tx_thread_preempt_disable
;
tx_thread.h:399
THREAD_DECLARE
VOID
(
*
_tx_thread_mutex_release
)
(
TX_THREAD
*
thread_ptr
)
;
tx_thread.h:405
THREAD_DECLARE
ULONG
_tx_build_options
;
tx_thread.h:441
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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