Home
last modified time | relevance | path

Searched refs:xTaskResumeAll (Results 1 – 25 of 31) sorted by relevance

12

/hal_espressif-3.6.0/components/freertos/test/
Dtest_suspend_scheduler.c118 xTaskResumeAll();
186 xTaskResumeAll();
214 xTaskResumeAll(); in suspend_scheduler_5ms_task_fn()
Dtest_task_suspend_resume.c226 xTaskResumeAll(); in suspend_scheduler_while_block_set()
242 xTaskResumeAll(); in resume_scheduler_on_both_cpus()
/hal_espressif-3.6.0/components/freertos/
Dqueue.c1011 if( xTaskResumeAll() == pdFALSE ) in xQueueGenericSend()
1025 ( void ) xTaskResumeAll(); in xQueueGenericSend()
1036 ( void ) xTaskResumeAll(); in xQueueGenericSend()
1484 if( xTaskResumeAll() == pdFALSE ) in xQueueReceive()
1504 ( void ) xTaskResumeAll(); in xQueueReceive()
1516 ( void ) xTaskResumeAll(); in xQueueReceive()
1693 if( xTaskResumeAll() == pdFALSE ) in xQueueSemaphoreTake()
1713 ( void ) xTaskResumeAll(); in xQueueSemaphoreTake()
1724 ( void ) xTaskResumeAll(); in xQueueSemaphoreTake()
1888 if( xTaskResumeAll() == pdFALSE ) in xQueuePeek()
[all …]
Devent_groups.c285 xAlreadyYielded = xTaskResumeAll(); in xEventGroupSync()
453 xAlreadyYielded = xTaskResumeAll(); in xEventGroupWaitBits()
680 ( void ) xTaskResumeAll(); in xEventGroupSetBits()
Dtimers.c632 ( void ) xTaskResumeAll(); in prvProcessTimerOrBlockTask()
656 if( xTaskResumeAll() == pdFALSE ) in prvProcessTimerOrBlockTask()
678 ( void ) xTaskResumeAll(); in prvProcessTimerOrBlockTask()
Dtasks.c1535 xAlreadyYielded = xTaskResumeAll(); in xTaskDelayUntil()
1586 xAlreadyYielded = xTaskResumeAll(); in vTaskDelay()
2503 BaseType_t xTaskResumeAll( void ) in xTaskResumeAll() function
2828 ( void ) xTaskResumeAll(); in xTaskGetHandle()
2911 ( void ) xTaskResumeAll(); in uxTaskGetSystemState()
2984 xYieldOccurred = xTaskResumeAll(); in xTaskCatchUpTicks()
3074 ( void ) xTaskResumeAll(); in xTaskAbortDelay()
4031 ( void ) xTaskResumeAll(); in portTASK_FUNCTION()
4347 ( void ) xTaskResumeAll(); in vTaskGetInfo()
Dlinker.lf40 tasks: xTaskResumeAll (default)
Dstream_buffer.c94 ( void ) xTaskResumeAll();
148 ( void ) xTaskResumeAll();
DHistory.txt6 + Updated the xTaskResumeAll() implementation so it uses the new
/hal_espressif-3.6.0/components/spi_flash/
Dcache_utils.c131 xTaskResumeAll(); in spi_flash_op_block_func()
218 xTaskResumeAll(); in spi_flash_enable_interrupts_caches_and_other_cpu()
260 xTaskResumeAll(); in spi_flash_op_unlock()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dmpu_wrappers.h63 #define xTaskResumeAll MPU_xTaskResumeAll macro
Dtask.h1648 BaseType_t xTaskResumeAll( void ) PRIVILEGED_FUNCTION;
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
DSYSVIEW_FreeRTOS.txt15 134 xTaskResumeAll
/hal_espressif-3.6.0/docs/en/api-guides/
DSYSVIEW_FreeRTOS.txt15 134 xTaskResumeAll
Dfreertos-smp.rst291 …pended/resumed by calling :cpp:func:`vTaskSuspendAll` and :cpp:func:`xTaskResumeAll` respectively.…
297 On scheduler resumption, :cpp:func:`xTaskResumeAll` will catch up all of the lost ticks and unblock…
305 When resuming the scheduler on CPU0, :cpp:func:`xTaskResumeAll` will catch up all of the lost ticks…
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/
DSYSVIEW_FreeRTOS.txt15 134 xTaskResumeAll
/hal_espressif-3.6.0/tools/esp_app_trace/
DSYSVIEW_FreeRTOS.txt15 134 xTaskResumeAll
/hal_espressif-3.6.0/examples/system/sysview_tracing/
DSYSVIEW_FreeRTOS.txt15 134 xTaskResumeAll
/hal_espressif-3.6.0/tools/ldgen/samples/
Dsections.info859 48 .literal.xTaskResumeAll 0000005c 00000000 00000000 000006b0 2**2
1005 121 .text.xTaskResumeAll 00000186 00000000 00000000 00002394 2**2
/hal_espressif-3.6.0/tools/ldgen/test/data/
Dlibfreertos.a.txt964 48 .literal.xTaskResumeAll 0000005c 00000000 00000000 000006b0 2**2
1110 121 .text.xTaskResumeAll 00000186 00000000 00000000 00002394 2**2
/hal_espressif-3.6.0/tools/test_idf_size/
Dexpected_output3235 xTaskResumeAll 379 395 -16
Dapp_esp32s3.map7616 .literal.xTaskResumeAll
8893 .text.xTaskResumeAll
8896 0x000000004037a27c xTaskResumeAll
12805 .rodata.xTaskResumeAll.str1.4
20950 xTaskResumeAll esp-idf/freertos/libfreertos.a(tasks.c.obj)
Dapp_esp32c3.map6392 .text.xTaskResumeAll
6394 0x0000000040384da0 xTaskResumeAll
8967 .rodata.xTaskResumeAll.str1.4
17367 xTaskResumeAll esp-idf/freertos/libfreertos.a(tasks.c.obj)
Dapp_esp32h2.map6315 .text.xTaskResumeAll
6317 0x000000004038439c xTaskResumeAll
8754 .rodata.xTaskResumeAll.str1.4
15588 xTaskResumeAll esp-idf/freertos/libfreertos.a(tasks.c.obj)
Dapp_esp32s2.map7877 .literal.xTaskResumeAll
9138 .text.xTaskResumeAll
9141 0x000000004002bba4 xTaskResumeAll
16110 xTaskResumeAll esp-idf/freertos/libfreertos.a(tasks.c.obj)

12