FreeRTOS
vTaskYieldWithinAPI()
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
Raspberry Pi Pico SDK and Examples
FreeRTOS
vTaskYieldWithinAPI()
vTaskYieldWithinAPI() function
Syntax
Show:
Summary
Declaration
Definition
from
task.h:3695
void
vTaskYieldWithinAPI
(
void
)
;
Implemented in
tasks.c:6913
Examples
References
from
examples
Code
Location
Referrer
void
vTaskYieldWithinAPI
(
void
)
tasks.c:6913
void
vTaskYieldWithinAPI
(
void
)
;
task.h:3695
taskYIELD_WITHIN_API
(
)
;
event_groups.c:254
xEventGroupSync()
taskYIELD_WITHIN_API
(
)
;
event_groups.c:410
xEventGroupWaitBits()
queueYIELD_IF_USING_PREEMPTION
(
)
;
queue.c:338
xQueueGenericReset()
queueYIELD_IF_USING_PREEMPTION
(
)
;
queue.c:991
xQueueGenericSend()
queueYIELD_IF_USING_PREEMPTION
(
)
;
queue.c:1010
xQueueGenericSend()
queueYIELD_IF_USING_PREEMPTION
(
)
;
queue.c:1023
xQueueGenericSend()
taskYIELD_WITHIN_API
(
)
;
queue.c:1132
xQueueGenericSend()
queueYIELD_IF_USING_PREEMPTION
(
)
;
queue.c:1548
xQueueReceive()
taskYIELD_WITHIN_API
(
)
;
queue.c:1614
xQueueReceive()
queueYIELD_IF_USING_PREEMPTION
(
)
;
queue.c:1718
xQueueSemaphoreTake()
taskYIELD_WITHIN_API
(
)
;
queue.c:1804
xQueueSemaphoreTake()
queueYIELD_IF_USING_PREEMPTION
(
)
;
queue.c:1930
xQueuePeek()
taskYIELD_WITHIN_API
(
)
;
queue.c:1997
xQueuePeek()
taskYIELD_WITHIN_API
(
)
;
tasks.c:2288
vTaskDelete()
taskYIELD_WITHIN_API
(
)
;
tasks.c:2420
xTaskDelayUntil()
taskYIELD_WITHIN_API
(
)
;
tasks.c:2472
vTaskDelay()
vTaskYieldWithinAPI
(
)
;
tasks.c:3188
vTaskSuspend()
taskYIELD_WITHIN_API
(
)
;
tasks.c:7687
ulTaskGenericNotifyTake()
taskYIELD_WITHIN_API
(
)
;
tasks.c:7795
xTaskGenericNotifyWait()
taskYIELD_WITHIN_API
(
)
;
timers.c:828
prvProcessTimerOrBlockTask()
Call Tree
from
examples
vTaskYieldWithinAPI()
is called by 14 functions and calls 2 functions:
vTaskDelete()
xTaskDelayUntil()
vTaskDelay()
vTaskSuspend()
ulTaskGenericNotifyTake()
xTaskGenericNotifyWait()
xEventGroupSync()
xEventGroupWaitBits()
xQueueGenericReset()
xQueueGenericSend()
xQueueReceive()
xQueueSemaphoreTake()
xQueuePeek()
prvProcessTimerOrBlockTask()
All items filtered out
vTaskYieldWithinAPI()
get_core_num()
vPortYield()
All items filtered out
Data Use
from
examples
vTaskYieldWithinAPI()
reads 2 variables:
uxCriticalNestings
xYieldPendings
All items filtered out
vTaskYieldWithinAPI()
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