FreeRTOS
QueueDefinition::xTasksWaitingToSend
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
QueueDefinition::xTasksWaitingToSend
QueueDefinition::xTasksWaitingToSend field
Syntax
Show:
Summary
Declaration
from
queue.c:127
List_t
xTasksWaitingToSend
;
Examples
References
from
examples
Code
Location
Referrer
List_t
xTasksWaitingToSend
;
/*< List of tasks that are blocked waiting to post onto this queue. Stored in priority order. */
queue.c:127
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
==
pdFALSE
)
queue.c:365
xQueueGenericReset()
if
(
xTaskRemoveFromEventList
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
!=
pdFALSE
)
queue.c:367
xQueueGenericReset()
vListInitialise
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
;
queue.c:384
xQueueGenericReset()
vTaskPlaceOnEventList
(
&
(
pxQueue
->
xTasksWaitingToSend
)
,
xTicksToWait
)
;
queue.c:1097
xQueueGenericSend()
vTaskPlaceOnEventList
(
&
(
pxQueue
->
xTasksWaitingToSend
)
,
xTicksToWait
)
;
queue.c:1130
xQueueGenericSend()
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
==
pdFALSE
)
queue.c:1565
xQueueReceive()
if
(
xTaskRemoveFromEventList
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
!=
pdFALSE
)
queue.c:1567
xQueueReceive()
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
==
pdFALSE
)
queue.c:1761
xQueueSemaphoreTake()
if
(
xTaskRemoveFromEventList
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
!=
pdFALSE
)
queue.c:1763
xQueueSemaphoreTake()
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
==
pdFALSE
)
queue.c:2201
xQueueReceiveFromISR()
if
(
xTaskRemoveFromEventList
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
!=
pdFALSE
)
queue.c:2203
xQueueReceiveFromISR()
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
==
pdFALSE
)
queue.c:2651
prvUnlockQueue()
if
(
xTaskRemoveFromEventList
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
!=
pdFALSE
)
queue.c:2653
prvUnlockQueue()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
QueueDefinition::xTasksWaitingToSend
is read by 6 functions:
All items filtered out
QueueDefinition::xTasksWaitingToSend
xQueueGenericReset()
xQueueGenericSend()
xQueueReceive()
xQueueSemaphoreTake()
xQueueReceiveFromISR()
prvUnlockQueue()
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