FreeRTOS
taskIS_YIELD_REQUIRED_USING_PRIORITY
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_YIELD_REQUIRED_USING_PRIORITY
taskIS_YIELD_REQUIRED_USING_PRIORITY macro
Syntax
Show:
Summary
Declaration
from
tasks.c:158
#define
taskIS_YIELD_REQUIRED_USING_PRIORITY
(
pxTCB
,
uxTaskPriority
,
xYieldEqualPriority
)
\
(
{
\
(
void
)
pxTCB
;
\
(
(
uxTaskPriority
+
(
(
xYieldEqualPriority
==
pdTRUE
)
?
1
:
0
)
)
>=
pxCurrentTCBs
[
0
]
->
uxPriority
)
?
pdTRUE
:
pdFALSE
;
\
}
)
Arguments
Argument
pxTCB
uxTaskPriority
xYieldEqualPriority
Examples
References
from
examples
Code
Location
#define
taskIS_YIELD_REQUIRED_USING_PRIORITY
(
pxTCB
,
uxTaskPriority
,
xYieldEqualPriority
)
prvIsYieldRequiredSMP
(
(
pxTCB
)
,
uxTaskPriority
,
xYieldEqualPriority
)
tasks.c:152
#define
taskIS_YIELD_REQUIRED_USING_PRIORITY
(
pxTCB
,
uxTaskPriority
,
xYieldEqualPriority
)
\
tasks.c:158
if
(
taskIS_YIELD_REQUIRED_USING_PRIORITY
(
pxTCB
,
uxNewPriority
,
pdTRUE
)
==
pdTRUE
)
tasks.c:1813
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