Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-3.6.0/examples/cxx/pthread/
DREADME.md5threads](http://www.cplusplus.com/reference/thread/thread/) in ESP-IDF is implemented on top of th…
7 **Note: Due to the use of the C++ threads, this example is written in C++ instead of C.**
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dpthread.rst146 …- Default stack size of new threads, if not specified when calling ``pthread_create()`` (overrides…
147 - RTOS priority of new threads (overrides :ref:`CONFIG_PTHREAD_TASK_PRIO_DEFAULT`).
148 …:not CONFIG_FREERTOS_UNICORE: - Core affinity / core pinning of new threads (overrides :ref:`CONFI…
149 - FreeRTOS task name for new threads (overrides :ref:`CONFIG_PTHREAD_TASK_NAME_DEFAULT`)
151 …:cpp:func:`esp_pthread_set_cfg` can be called independently in different threads or tasks. If the …
156 - :example:`system/pthread` demonstrates using the pthreads API to create threads
157 - :example:`cxx/pthread` demonstrates using C++ Standard Library functions with threads
/hal_espressif-3.6.0/components/pthread/test/
Dtest_pthread_local_storage.c155 pthread_t threads[STRESS_NUMTASKS] = { 0 }; variable
159 TEST_ASSERT_EQUAL(0, pthread_create(&threads[i], NULL, thread_stress_test, (void *)key));
162 TEST_ASSERT_EQUAL(0, pthread_join(threads[i], NULL));
/hal_espressif-3.6.0/examples/protocols/http_server/simple/
Dhttp_server_simple_test.py156 threads = []
162 threads.append(thread)
166 for t in threads:
/hal_espressif-3.6.0/examples/protocols/https_server/wss_server/
Dwss_server_example_test.py105 threads = []
110 threads.append(thread)
116 for t in threads:
/hal_espressif-3.6.0/components/espcoredump/corefile/
Dgdb.py115 threads = result['threads']
116 return threads, current_thread_id
/hal_espressif-3.6.0/tools/unit-test-app/
Dunit_test.py453 threads = []
460 threads.append(Handler(dut, send_signal_list, lock,
462 for thread in threads:
466 for thread in threads:
471 [thd.stop() for thd in threads]
/hal_espressif-3.6.0/components/esp_gdbstub/
DKconfig15 Thread list can be queried from GDB using 'info threads' command.
/hal_espressif-3.6.0/components/espcoredump/
Despcoredump.py200 threads, _ = gdb.get_thread_info()
201 for thr in threads:
/hal_espressif-3.6.0/examples/system/pthread/
DREADME.md7 This example demonstrates how to create threads using this API, and how to use the ESP-IDF pthreads…
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/
Ddebugging-examples.rst38 Navigating through the code, call stack and threads
41 When the target is halted, debugger shows the list of threads in "Debug" window. The line of code w…
52 By expanding threads you can navigate throughout the application. Expand Thread #5 that contains mu…
252 Navigating through the code, call stack and threads
323 To see the other code, enter ``i threads``. This will show the list of threads running on target::
325 (gdb) i threads
368 Using ``bt``, ``i threads``, ``thread N`` and ``list`` commands we are now able to navigate through…
Dtips-and-quirks.rst72 …-IDF FreeRTOS. GDB can see FreeRTOS tasks as threads. Viewing them all can be done using the GDB `…
Dindex.rst41 …hout the right tools is harder: figuring out a bug that is caused by two threads, running even sim…
/hal_espressif-3.6.0/docs/zh_CN/api-guides/jtag-debugging/
Ddebugging-examples.rst323 如果要查看其他代码,可以输入 ``i threads`` 命令,则会输出目标板上运行的线程列表::
325 (gdb) i threads
368 使用诸如 ``bt``, ``i threads``, ``thread N`` 和 ``list`` 命令可以浏览整个应用程序的代码。这给单步调试代码和设置断点带来很大的便利,下面将一一展开来讨论。
Dtips-and-quirks.rst72 OpenOCD 完全支持 ESP-IDF 自带的 FreeRTOS 操作系统,GDB 会将 FreeRTOS 中的任务当做线程。使用 GDB 命令 ``i threads`` 可以查看所有的线程,使…
/hal_espressif-3.6.0/docs/en/api-guides/
Dfreertos-smp.rst45 - the presence of multiple CPUs allows for multiple hardware threads, thus increases overall proces…
46 - having symmetric memory means that threads can switch cores during execution. This in general can…
48 …P system allows threads to switch cores, there are scenarios where a thread must/should only run o…
/hal_espressif-3.6.0/components/usb/
Dmaintainers.md142 - If multiple threads attempt to execute a command on the sample one, all but one of those threads
/hal_espressif-3.6.0/components/freertos/
DKconfig106 FreeRTOS can check for stack overflows in threads and trigger an user function
DHistory.txt328 + Improvements to the Win32 port including using higher priority threads.
403 + Increase the priority of the Windows threads used by the Win32 port. As
404 all the threads run on the same core, and the threads run with very high
442 threads are deleted to increase the maximum execution time.
1739 + Updated the threads.js Java script used for kernel aware debugging in
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Di2c.rst373 …func:`i2c_driver_delete` to remove i2c driver, please make sure that all threads have stopped usin…
/hal_espressif-3.6.0/components/mbedtls/
DKconfig968 If you do intend to use contexts between threads, you will need to enable