FreeRTOS
pxOverflowDelayedTaskList
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
pxOverflowDelayedTaskList
pxOverflowDelayedTaskList variable
Syntax
Show:
Summary
Declaration
from
tasks.c:347
PRIVILEGED_DATA
static
List_t
*
volatile
pxOverflowDelayedTaskList
;
Examples
References
from
examples
Code
Location
Referrer
PRIVILEGED_DATA
static
List_t
*
volatile
pxOverflowDelayedTaskList
;
/*< Points to the delayed task list currently being used to hold tasks that have overflowed the current tick count. */
tasks.c:347
pxOverflowedDelayedList
=
pxOverflowDelayedTaskList
;
tasks.c:1405
eTaskGetState()
pxTCB
=
prvSearchForNameWithinSingleList
(
(
List_t
*
)
pxOverflowDelayedTaskList
,
pcNameToQuery
)
;
tasks.c:2472
xTaskGetHandle()
uxTask
+=
prvListTasksWithinSingleList
(
&
(
pxTaskStatusArray
[
uxTask
]
)
,
(
List_t
*
)
pxOverflowDelayedTaskList
,
eBlocked
)
;
tasks.c:2526
uxTaskGetSystemState()
taskSWITCH_DELAYED_LISTS
(
)
;
tasks.c:2729
xTaskIncrementTick()
pxOverflowDelayedTaskList
=
&
xDelayedTaskList2
;
tasks.c:3635
prvInitialiseTaskLists()
vListInsert
(
pxOverflowDelayedTaskList
,
&
(
pxCurrentTCB
->
xStateListItem
)
)
;
tasks.c:5227
prvAddCurrentTaskToDelayedList()
vListInsert
(
pxOverflowDelayedTaskList
,
&
(
pxCurrentTCB
->
xStateListItem
)
)
;
tasks.c:5262
prvAddCurrentTaskToDelayedList()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pxOverflowDelayedTaskList
is written by 2 functions and is read by 5 functions:
xTaskIncrementTick()
prvInitialiseTaskLists()
All items filtered out
pxOverflowDelayedTaskList
eTaskGetState()
xTaskGetHandle()
uxTaskGetSystemState()
xTaskIncrementTick()
prvAddCurrentTaskToDelayedList()
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