FreeRTOS
taskIS_CURRENTLY_RUNNING
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
taskIS_CURRENTLY_RUNNING
taskIS_CURRENTLY_RUNNING macro
Syntax
Show:
Summary
Declaration
from
tasks.c:192
#define
taskIS_CURRENTLY_RUNNING
(
pxTCB
)
(
(
(
(
pxTCB
)
==
pxCurrentTCBs
[
0
]
)
||
(
(
pxTCB
)
==
pxCurrentTCBs
[
1
]
)
)
?
pdTRUE
:
pdFALSE
)
Arguments
Argument
pxTCB
Examples
References
from
examples
Code
Location
#define
taskIS_CURRENTLY_RUNNING
(
pxTCB
)
(
(
(
(
pxTCB
)
==
pxCurrentTCBs
[
0
]
)
||
(
(
pxTCB
)
==
pxCurrentTCBs
[
1
]
)
)
?
pdTRUE
:
pdFALSE
)
tasks.c:192
#define
taskIS_CURRENTLY_RUNNING
(
pxTCB
)
(
(
(
pxTCB
)
==
pxCurrentTCBs
[
0
]
)
?
pdTRUE
:
pdFALSE
)
tasks.c:195
taskIS_CURRENTLY_RUNNING
(
pxTCB
)
;
\
tasks.c:200
if
(
taskIS_CURRENTLY_RUNNING
(
pxTCB
)
==
pdTRUE
)
tasks.c:1613
if
(
taskIS_CURRENTLY_RUNNING
(
pxTCB
)
==
pdFALSE
)
tasks.c:1808
if
(
(
taskIS_CURRENTLY_RUNNING
(
pxTCB
)
==
pdFALSE
)
&&
(
pxTCB
!=
NULL
)
)
tasks.c:2130
if
(
taskIS_CURRENTLY_RUNNING
(
(
(
TCB_t
*
)
listGET_LIST_ITEM_OWNER
(
xEntry
)
)
)
==
pdFALSE
)
tasks.c:4591
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