Home
last modified time | relevance | path

Searched refs:threaded (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/samples/net/sockets/echo_service/
DREADME.rst49 to it. The application implements a single-threaded server using blocking
/Zephyr-latest/doc/develop/tools/
Dclion.rst15 CLion_ is a cross-platform C/C++ IDE that supports multi-threaded RTOS debugging.
124 This option enables Zephyr tasks view during debugging. See `Multi-threaded RTOS debug`_ in CLion
216 .. _Multi-threaded RTOS debug: https://www.jetbrains.com/help/clion/rtos-debug.html
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/
DREADME.rst2 :name: Dumb HTTP server (multi-threaded)
/Zephyr-latest/samples/net/sockets/socketpair/
DREADME.rst11 multi-threaded application communicating over pairs of unnamed,
/Zephyr-latest/samples/net/sockets/echo/
DREADME.rst44 to it. The application implements a single-threaded server using blocking
/Zephyr-latest/doc/kernel/services/
Dindex.rst7 a low footprint, high performance, multi-threaded execution environment
/Zephyr-latest/doc/services/storage/nvs/
Dnvs.rst133 multi-threaded application, another thread might intercept the fault
/Zephyr-latest/boards/native/doc/
Darch_soc.rst408 single threaded CPU/MCU by only allowing one SW thread to execute at a time, as commanded by the
/Zephyr-latest/doc/hardware/porting/
Darch.rst434 * In a single-threaded system, in the only thread when the thread is not used
442 used in real application code, again in single-threaded systems.
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst136 deprecated due to lack of maintainership. This means that single-threaded
137 mode with the scheduler disabled is deprecated; normal multi-threaded mode is
242 * Fixed Cortex-M boot sequence for single-threaded applications
Drelease-notes-1.13.rst653 * :github:`5733` - single threaded applications fail when asserts are enabled
Drelease-notes-3.7.rst1065 * Removed use of busy wait for single threaded systems.
Drelease-notes-3.2.rst261 * Enabled single-threaded support for some platforms.