FreeRTOS
vTaskPlaceOnEventListRestricted()
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
vTaskPlaceOnEventListRestricted()
vTaskPlaceOnEventListRestricted() function
Syntax
Show:
Summary
Declaration
from
task.h:3535
void
vTaskPlaceOnEventListRestricted
(
List_t
*
const
pxEventList
,
TickType_t
xTicksToWait
,
const
BaseType_t
xWaitIndefinitely
)
;
Arguments
Argument
pxEventList
xTicksToWait
xWaitIndefinitely
Related Functions
Found 10 other functions taking a
xLIST
argument:
Function
xTaskRemoveFromEventList()
vListInitialise()
vListInsert()
prvSearchForNameWithinSingleList()
prvListTasksWithinSingleList()
vTaskPlaceOnEventList()
vListInsertEnd()
vTaskPlaceOnUnorderedEventList()
xCoRoutineRemoveFromEventList()
vCoRoutineAddToDelayedList()
Examples
References
from
examples
Code
Location
Referrer
void
vTaskPlaceOnEventListRestricted
(
List_t
*
const
pxEventList
,
tasks.c:5316
void
vTaskPlaceOnEventListRestricted
(
List_t
*
const
pxEventList
,
task.h:3535
vTaskPlaceOnEventListRestricted
(
&
(
pxQueue
->
xTasksWaitingToReceive
)
,
xTicksToWait
,
xWaitIndefinitely
)
;
queue.c:3159
vQueueWaitForMessageRestricted()
Call Tree
from
examples
vTaskPlaceOnEventListRestricted()
is called by 1 function and calls 3 functions:
vQueueWaitForMessageRestricted()
All items filtered out
vTaskPlaceOnEventListRestricted()
xTaskGetCurrentTaskHandle()
__assert_func()
prvAddCurrentTaskToDelayedList()
All items filtered out
Data Use
from
examples
vTaskPlaceOnEventListRestricted()
reads 4 variables and writes 3 variables:
xLIST_ITEM::pxPrevious
xLIST::uxNumberOfItems
xLIST::pxIndex
tskTaskControlBlock::xEventListItem
All items filtered out
vTaskPlaceOnEventListRestricted()
xLIST_ITEM::pxPrevious
xLIST_ITEM::pvContainer
xLIST_ITEM::pxNext
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