threadx
xTaskGetCurrentTaskHandle()
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
xTaskGetCurrentTaskHandle()
xTaskGetCurrentTaskHandle() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:363
TaskHandle_t
xTaskGetCurrentTaskHandle
(
void
)
;
Implemented in
tx_freertos.c:503
Examples
References
from
examples
Code
Location
TaskHandle_t
xTaskGetCurrentTaskHandle
(
void
)
tx_freertos.c:503
TaskHandle_t
xTaskGetCurrentTaskHandle
(
void
)
;
FreeRTOS.h:363
Call Tree
from
examples
xTaskGetCurrentTaskHandle()
calls 1 function:
All items filtered out
xTaskGetCurrentTaskHandle()
_tx_thread_identify()
All items filtered out
Data Use
from
examples
xTaskGetCurrentTaskHandle()
reads 1 variable:
TX_THREAD_STRUCT::txfr_thread_ptr
All items filtered out
xTaskGetCurrentTaskHandle()
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