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
STM32 Libraries and Samples
FreeRTOS
QueueDefinition::xTasksWaitingToSend
QueueDefinition::xTasksWaitingToSend field
Syntax
Show:
Summary
Declaration
from
queue.c:108
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:108
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
==
pdFALSE
)
queue.c:277
xQueueGenericReset()
if
(
xTaskRemoveFromEventList
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
!=
pdFALSE
)
queue.c:279
xQueueGenericReset()
vListInitialise
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
;
queue.c:296
xQueueGenericReset()
vTaskPlaceOnEventList
(
&
(
pxQueue
->
xTasksWaitingToSend
)
,
xTicksToWait
)
;
queue.c:911
xQueueGenericSend()
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
==
pdFALSE
)
queue.c:1319
xQueueReceive()
if
(
xTaskRemoveFromEventList
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
!=
pdFALSE
)
queue.c:1321
xQueueReceive()
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
==
pdFALSE
)
queue.c:1481
xQueueSemaphoreTake()
if
(
xTaskRemoveFromEventList
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
!=
pdFALSE
)
queue.c:1483
xQueueSemaphoreTake()
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
==
pdFALSE
)
queue.c:1830
xQueueReceiveFromISR()
if
(
xTaskRemoveFromEventList
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
!=
pdFALSE
)
queue.c:1832
xQueueReceiveFromISR()
if
(
listLIST_IS_EMPTY
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
==
pdFALSE
)
queue.c:2266
prvUnlockQueue()
if
(
xTaskRemoveFromEventList
(
&
(
pxQueue
->
xTasksWaitingToSend
)
)
!=
pdFALSE
)
queue.c:2268
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