FreeRTOS
listLIST_IS_EMPTY
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
listLIST_IS_EMPTY
listLIST_IS_EMPTY macro
Syntax
Show:
Summary
Declaration
from
list.h:250
#define
listLIST_IS_EMPTY
(
pxList
)
(
(
(
pxList
)
->
uxNumberOfItems
==
(
UBaseType_t
)
0
)
?
pdTRUE
:
pdFALSE
)
Arguments
Argument
pxList
Examples
References
from
examples
Code
Location
#define
listLIST_IS_EMPTY
(
pxList
)
(
(
(
pxList
)
->
uxNumberOfItems
==
(
UBaseType_t
)
0
)
?
pdTRUE
:
pdFALSE
)
list.h:250
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
==
pdFALSE
)
queue.c:277
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToReceive
)
)
==
pdFALSE
)
queue.c:802
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToReceive
)
)
==
pdFALSE
)
queue.c:837
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToReceive
)
)
==
pdFALSE
)
queue.c:1033
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToReceive
)
)
==
pdFALSE
)
queue.c:1061
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToReceive
)
)
==
pdFALSE
)
queue.c:1201
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToReceive
)
)
==
pdFALSE
)
queue.c:1229
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
==
pdFALSE
)
queue.c:1319
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
==
pdFALSE
)
queue.c:1481
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToReceive
)
)
==
pdFALSE
)
queue.c:1684
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
==
pdFALSE
)
queue.c:1830
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToReceive
)
)
==
pdFALSE
)
queue.c:2209
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToReceive
)
)
==
pdFALSE
)
queue.c:2232
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
==
pdFALSE
)
queue.c:2266
if
(
listLIST_IS_EMPTY
(
&
(
pxQueueSetContainer
->
xTasksWaitingToReceive
)
)
==
pdFALSE
)
queue.c:2903
configASSERT
(
(
listLIST_IS_EMPTY
(
pxDelayedTaskList
)
)
)
;
\
tasks.c:203
while
(
listLIST_IS_EMPTY
(
&
xPendingReadyList
)
==
pdFALSE
)
tasks.c:2218
if
(
listLIST_IS_EMPTY
(
pxDelayedTaskList
)
!=
pdFALSE
)
tasks.c:2744
if
(
listLIST_IS_EMPTY
(
pxDelayedTaskList
)
!=
pdFALSE
)
tasks.c:3947
xListWasEmpty
=
listLIST_IS_EMPTY
(
pxOverflowTimerList
)
;
timers.c:617
*
pxListWasEmpty
=
listLIST_IS_EMPTY
(
pxCurrentTimerList
)
;
timers.c:655
while
(
listLIST_IS_EMPTY
(
pxCurrentTimerList
)
==
pdFALSE
)
timers.c:893
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