FreeRTOS
listCURRENT_LIST_LENGTH
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
STM32 Libraries and Samples
FreeRTOS
listCURRENT_LIST_LENGTH
listCURRENT_LIST_LENGTH macro
Syntax
Show:
Summary
Declaration
from
list.h:255
#define
listCURRENT_LIST_LENGTH
(
pxList
)
(
(
pxList
)
->
uxNumberOfItems
)
Arguments
Argument
pxList
Examples
References
from
examples
Code
Location
#define
listCURRENT_LIST_LENGTH
(
pxList
)
(
(
pxList
)
->
uxNumberOfItems
)
list.h:255
while
(
listCURRENT_LIST_LENGTH
(
pxTasksWaitingForBits
)
>
(
UBaseType_t
)
0
)
event_groups.c:622
if
(
listCURRENT_LIST_LENGTH
(
&
(
pxQueue
->
xTasksWaitingToReceive
)
)
>
0U
)
queue.c:2059
configASSERT
(
listCURRENT_LIST_LENGTH
(
&
(
pxReadyTasksLists
[
uxTopPriority
]
)
)
>
0
)
;
\
tasks.c:175
if
(
listCURRENT_LIST_LENGTH
(
&
(
pxReadyTasksLists
[
(
uxPriority
)
]
)
)
==
(
UBaseType_t
)
0
)
\
tasks.c:186
if
(
listCURRENT_LIST_LENGTH
(
&
xSuspendedTaskList
)
==
uxCurrentNumberOfTasks
)
/*lint !e931 Right has no side effect, just volatile. */
tasks.c:1780
else
if
(
listCURRENT_LIST_LENGTH
(
&
(
pxReadyTasksLists
[
tskIDLE_PRIORITY
]
)
)
>
1
)
tasks.c:2169
if
(
listCURRENT_LIST_LENGTH
(
pxList
)
>
(
UBaseType_t
)
0
)
tasks.c:2381
if
(
listCURRENT_LIST_LENGTH
(
&
(
pxReadyTasksLists
[
pxCurrentTCB
->
uxPriority
]
)
)
>
(
UBaseType_t
)
1
)
tasks.c:2823
if
(
listCURRENT_LIST_LENGTH
(
&
(
pxReadyTasksLists
[
tskIDLE_PRIORITY
]
)
)
>
(
UBaseType_t
)
1
)
tasks.c:3432
if
(
listCURRENT_LIST_LENGTH
(
&
xPendingReadyList
)
!=
0
)
tasks.c:3519
if
(
listCURRENT_LIST_LENGTH
(
&
xSuspendedTaskList
)
==
(
uxCurrentNumberOfTasks
-
uxNonApplicationTasks
)
)
tasks.c:3535
if
(
listCURRENT_LIST_LENGTH
(
pxList
)
>
(
UBaseType_t
)
0
)
tasks.c:3771
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