Searched refs:thread (Results 776 – 800 of 920) sorted by relevance
1...<<31323334353637
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | linker.ld | 222 #include <zephyr/linker/thread-local-storage.ld> 361 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/drivers/console/ |
D | Kconfig | 181 int "Stack size for IPM console receiver thread" 187 thread to print out incoming messages from the remote CPU. Specify the
|
/Zephyr-latest/doc/ |
D | glossary.rst | 102 idle thread 103 A system thread that runs when there are no other threads ready to run.
|
/Zephyr-latest/subsys/usb/host/ |
D | usbip.c | 42 struct k_thread thread; member 734 k_thread_create(&ctx->thread, dev_thread_stacks[i], in usbip_init()
|
/Zephyr-latest/doc/security/ |
D | security-overview.rst | 111 - **Execution Protection** including thread separation, stack and 114 protection and thread separation were added in version 1.10.0 for X86 145 In addition, applications can take advantage of thread separation 150 thread execution level, and memory protection constraints are enforced 212 resources owned by that thread will be accessible. Topics such as 309 program and thread shall have the smallest possible
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.6.rst | 208 * Userspace (unprivileged) thread support. 271 * Fixed an issue where GATT requests could deadlock the RX thread. 731 * Enabled running without TX or RX threads. By default, one RX thread and 732 no TX thread is created. If userspace support is enabled, then one RX and one 733 TX thread are created. This improves the network transmit latency when a 736 there is at least one TX thread. 833 * jlink runner: Zephyr thread awareness is now available in GDB by default 953 ``CONFIG_THREAD_RUNTIME_STATS`` which provides per thread statistics. The 1051 * Testcases of scheduling and thread. 1188 * :github:`35202` - smp atomic_t global_lock will never be cleared when a thread oops with global_l… [all …]
|
D | release-notes-1.14.rst | 53 * :github:`32430` - Bluetooth: thread crashes when configuring a non 0 Slave Latency 166 * :github:`17170` - x86_64 crash with spinning child thread 228 * :github:`19982` - Periodically wake up log process thread consume more power 365 * :github:`17170` - x86_64 crash with spinning child thread 554 only on x86_64 and used only for thread abort. 629 * Optimization of the thread stack definition macros 980 - Changed logging thread priority to the lowest application priority 1127 * :github:`15303` - net: Stackoverflow in net mgmt thread 1191 * :github:`15069` - arch: arm: thread arch.mode not always inline with thread's privilege mode (e.g… 1201 * :github:`15037` - xtensa: context returns to thread after kernel oops [all …]
|
D | release-notes-1.9.rst | 64 * Added POSIX thread IPC support for Kernel 296 * ``ZEP-2352`` - network API docs don't mention when callbacks are called from a different thread 371 * ``ZEP-2553`` - k_queue_poll not handling -EADDRINUSE (another thread already polling) properly
|
D | release-notes-3.6.rst | 761 * Created gPTP handler thread stack size Kconfig option. 771 * Improved thread safety of the module handling Neighbor Discovery. 823 * Improved thread safety of the network connections subsystem. 913 network services and processing them within a single thread. 933 * Fixed possible race condition between input thread and TCP workqueue. 1072 like the deferred logging thread, to run during the transmission (it was blocked by the 1171 * Added support for deferred and asynchronous thread cancellation. 1180 * Added support for async thread cancellation and ``SIGEV_THREAD``, ``CLOCK_REALTIME``. 1248 * Added error if main thread is not pre-emptible when USB CDC serial recovery is enabled.
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | mcuboot.ld | 219 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | mcuboot.ld | 219 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | mcuboot.ld | 219 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/boards/waveshare/nrf51_ble400/doc/ |
D | index.rst | 202 - :zephyr:code-sample:`multi-thread-blinky`
|
/Zephyr-latest/doc/services/llext/ |
D | load.rst | 47 If the extension requires a dedicated thread, the :c:func:`llext_bootstrap`
|
/Zephyr-latest/boards/nxp/mcxw72_evk/doc/ |
D | index.rst | 184 …ies-microcontrollers/mcx-w72x-secure-and-ultra-low-power-mcus-for-matter-thread-zigbee-and-bluetoo…
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | linker.ld | 132 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/drivers/i3c/ |
D | Kconfig | 73 int "IBI workqueue thread priority"
|
/Zephyr-latest/boards/adafruit/nrf52_adafruit_feather/doc/ |
D | index.rst | 142 - :zephyr:code-sample:`multi-thread-blinky`
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | Kconfig | 203 int "mDNS work queue thread stack size" 208 Set the mDNS work queue thread stack size in bytes.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 74 int "Mesh advertiser thread stack size" 79 Size of bt mesh adv thread stack. 85 int "Mesh advertiser thread priority" 88 Priority of bt mesh adv thread. 107 prompt "Advertising thread selection" 144 int "Mesh extended advertiser thread stack size" 150 Size of bt mesh adv thread stack. 156 int "Mesh advertiser thread priority" 159 Priority of bt mesh adv thread. 1896 This option enables a separate cooperative thread which is used to
|
D | adv_ext.c | 485 k_thread_name_set(&bt_mesh_workq.thread, "BT MESH WQ"); in bt_mesh_adv_init()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 467 Multi-thread usage 612 State machine is no longer running and the handler thread is suspended. 788 pause :LwM2M engine thread pause 789 resume :LwM2M engine thread resume
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | clocks.rst | 151 example: a :c:struct:`wait_q` struct, or a :c:type:`k_tid_t` thread struct). 258 A thread time-slice cannot be a timeout value, as it does not reflect 265 smaller value than the current next timeout when a time sliced thread
|
/Zephyr-latest/drivers/sensor/st/lis2dw12/ |
D | lis2dw12_trigger.c | 500 k_thread_create(&lis2dw12->thread, lis2dw12->thread_stack, in lis2dw12_init_interrupt()
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 239 bad-thread-instantiation,
|
1...<<31323334353637