FreeRTOS
vTaskPlaceOnEventList()
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
vTaskPlaceOnEventList()
vTaskPlaceOnEventList() function
Syntax
Show:
Summary
Declaration
Definition
from
task.h:3518
void
vTaskPlaceOnEventList
(
List_t
*
const
pxEventList
,
const
TickType_t
xTicksToWait
)
;
Implemented in
tasks.c:5255
Arguments
Argument
pxEventList
xTicksToWait
Related Functions
Found 10 other functions taking a
xLIST
argument:
Function
xTaskRemoveFromEventList()
vListInitialise()
vListInsert()
prvSearchForNameWithinSingleList()
prvListTasksWithinSingleList()
vListInsertEnd()
vTaskPlaceOnUnorderedEventList()
vTaskPlaceOnEventListRestricted()
xCoRoutineRemoveFromEventList()
vCoRoutineAddToDelayedList()
Examples
References
from
examples
Code
Location
Referrer
void
vTaskPlaceOnEventList
(
List_t
*
const
pxEventList
,
tasks.c:5255
void
vTaskPlaceOnEventList
(
List_t
*
const
pxEventList
,
task.h:3518
vTaskPlaceOnEventList
(
&
(
pxQueue
->
xTasksWaitingToSend
)
,
xTicksToWait
)
;
queue.c:1116
xQueueGenericSend()
vTaskPlaceOnEventList
(
&
(
pxQueue
->
xTasksWaitingToReceive
)
,
xTicksToWait
)
;
queue.c:1609
xQueueReceive()
vTaskPlaceOnEventList
(
&
(
pxQueue
->
xTasksWaitingToReceive
)
,
xTicksToWait
)
;
queue.c:1799
xQueueSemaphoreTake()
vTaskPlaceOnEventList
(
&
(
pxQueue
->
xTasksWaitingToReceive
)
,
xTicksToWait
)
;
queue.c:1992
xQueuePeek()
Call Tree
from
examples
vTaskPlaceOnEventList()
is called by 4 functions and calls 4 functions:
xQueueGenericSend()
xQueueReceive()
xQueueSemaphoreTake()
xQueuePeek()
All items filtered out
vTaskPlaceOnEventList()
vListInsert()
prvAddCurrentTaskToDelayedList()
xTaskGetCurrentTaskHandle()
__assert_func()
All items filtered out
Data Use
from
examples
vTaskPlaceOnEventList()
reads 2 variables:
tskTaskControlBlock::xEventListItem
pxCurrentTCB
All items filtered out
vTaskPlaceOnEventList()
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