FreeRTOS
taskCAN_BE_SCHEDULED
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
taskCAN_BE_SCHEDULED
taskCAN_BE_SCHEDULED macro
Syntax
Show:
Summary
Declaration
from
tasks.c:215
#define
taskCAN_BE_SCHEDULED
(
pxTCB
)
\
(
{
\
\
(
void
)
pxTCB
;
\
(
(
uxSchedulerSuspended
[
0
]
==
(
UBaseType_t
)
0U
)
)
?
pdTRUE
:
pdFALSE
;
\
}
)
Arguments
Argument
pxTCB
Examples
References
from
examples
Code
Location
#define
taskCAN_BE_SCHEDULED
(
pxTCB
)
prvCheckTaskCanBeScheduledSMP
(
pxTCB
)
tasks.c:213
#define
taskCAN_BE_SCHEDULED
(
pxTCB
)
\
tasks.c:215
if
(
taskCAN_BE_SCHEDULED
(
pxTCB
)
==
pdTRUE
)
tasks.c:2209
if
(
taskCAN_BE_SCHEDULED
(
pxUnblockedTCB
)
==
pdTRUE
)
tasks.c:3904
if
(
taskCAN_BE_SCHEDULED
(
pxUnblockedTCB
)
==
pdFALSE
)
tasks.c:4094
if
(
taskCAN_BE_SCHEDULED
(
pxTCB
)
==
pdTRUE
)
tasks.c:6118
if
(
taskCAN_BE_SCHEDULED
(
pxTCB
)
==
pdTRUE
)
tasks.c:6212
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