Home
last modified time | relevance | path

Searched refs:vTaskSuspendAll (Results 1 – 25 of 33) sorted by relevance

12

/hal_espressif-3.6.0/components/freertos/test/
Dtest_suspend_scheduler.c100 vTaskSuspendAll();
164 vTaskSuspendAll();
209 vTaskSuspendAll(); in suspend_scheduler_5ms_task_fn()
Dtest_task_suspend_resume.c222 vTaskSuspendAll(); in suspend_scheduler_while_block_set()
236 vTaskSuspendAll(); in suspend_scheduler_on_both_cpus()
/hal_espressif-3.6.0/components/freertos/
Devent_groups.c238 vTaskSuspendAll(); in xEventGroupSync()
381 vTaskSuspendAll(); in xEventGroupWaitBits()
604 vTaskSuspendAll(); in xEventGroupSetBits()
Dtasks.c1475 vTaskSuspendAll(); in xTaskDelayUntil()
1569 vTaskSuspendAll(); in vTaskDelay()
2428 void vTaskSuspendAll( void ) in vTaskSuspendAll() function
2778 vTaskSuspendAll(); in xTaskGetHandle()
2848 vTaskSuspendAll(); in uxTaskGetSystemState()
2977 vTaskSuspendAll(); in xTaskCatchUpTicks()
3003 vTaskSuspendAll(); in xTaskAbortDelay()
4003 vTaskSuspendAll(); in portTASK_FUNCTION()
4336 vTaskSuspendAll(); in vTaskGetInfo()
Dlinker.lf26 tasks: vTaskSuspendAll (default)
Dqueue.c984 vTaskSuspendAll(); in xQueueGenericSend()
1467 vTaskSuspendAll(); in xQueueReceive()
1656 vTaskSuspendAll(); in xQueueSemaphoreTake()
1871 vTaskSuspendAll(); in xQueuePeek()
Dstream_buffer.c84 vTaskSuspendAll(); \
138 vTaskSuspendAll(); \
Dtimers.c614 vTaskSuspendAll(); in prvProcessTimerOrBlockTask()
DHistory.txt2241 vTaskSuspendAll()). When this is done the subject task now starts to
2407 + Added ucTasksDeleted variable to prevent vTaskSuspendAll() being called
2604 vTaskSuspendAll ()
/hal_espressif-3.6.0/components/esp_system/
Desp_system.c83 vTaskSuspendAll(); in esp_restart()
/hal_espressif-3.6.0/components/spi_flash/
Dcache_utils.c114 vTaskSuspendAll(); in spi_flash_op_block_func()
170 vTaskSuspendAll(); in spi_flash_disable_interrupts_caches_and_other_cpu()
255 vTaskSuspendAll(); in spi_flash_op_lock()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dmpu_wrappers.h62 #define vTaskSuspendAll MPU_vTaskSuspendAll macro
Dtask.h1588 void vTaskSuspendAll( void ) PRIVILEGED_FUNCTION;
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
DSYSVIEW_FreeRTOS.txt14 133 vTaskSuspendAll
/hal_espressif-3.6.0/docs/en/api-guides/
DSYSVIEW_FreeRTOS.txt14 133 vTaskSuspendAll
Dfreertos-smp.rst291 Vanilla FreeRTOS allows the scheduler to be suspended/resumed by calling :cpp:func:`vTaskSuspendAll
299 …eduler across multiple cores is not possible. Therefore when :cpp:func:`vTaskSuspendAll` is called:
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/
DSYSVIEW_FreeRTOS.txt14 133 vTaskSuspendAll
/hal_espressif-3.6.0/tools/esp_app_trace/
DSYSVIEW_FreeRTOS.txt14 133 vTaskSuspendAll
/hal_espressif-3.6.0/examples/system/sysview_tracing/
DSYSVIEW_FreeRTOS.txt14 133 vTaskSuspendAll
/hal_espressif-3.6.0/components/esp_system/test/
Dtest_sleep.c57 vTaskSuspendAll(); in do_deep_sleep_from_app_cpu()
/hal_espressif-3.6.0/tools/ldgen/samples/
Dsections.info783 10 .literal.vTaskSuspendAll 00000008 00000000 00000000 0000012c 2**2
929 83 .text.vTaskSuspendAll 00000026 00000000 00000000 00001034 2**2
/hal_espressif-3.6.0/tools/ldgen/test/data/
Dlibfreertos.a.txt888 10 .literal.vTaskSuspendAll 00000008 00000000 00000000 0000012c 2**2
1034 83 .text.vTaskSuspendAll 00000026 00000000 00000000 00001034 2**2
/hal_espressif-3.6.0/tools/test_idf_size/
Dexpected_output3206 vTaskSuspendAll 42 44 -2
Dapp_esp32s2.map7820 .literal.vTaskSuspendAll
9053 .text.vTaskSuspendAll
9055 0x000000004002b200 vTaskSuspendAll
15948 vTaskSuspendAll esp-idf/freertos/libfreertos.a(tasks.c.obj)
Dapp2.map9056 .literal.vTaskSuspendAll
10402 .text.vTaskSuspendAll
10404 0x0000000040088330 vTaskSuspendAll
17923 vTaskSuspendAll esp-idf/freertos/libfreertos.a(tasks.c.obj)

12