/Zephyr-latest/arch/common/ |
D | Kconfig | 53 guard, user thread stack, and application memory domains), if the
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | Kconfig | 12 Each connection is served by a thread which needs
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | phy_dm8806.c | 40 struct k_thread thread; member 381 k_thread_create(&drv_data->thread, drv_data->thread_stack, in phy_dm8806_init_interrupt()
|
/Zephyr-latest/doc/services/storage/nvs/ |
D | nvs.rst | 132 the internal SoC flash and it's the only thread running. In a 133 multi-threaded application, another thread might intercept the fault
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 931 struct k_thread *thread; member 970 STRINGIFY(_name), .thread = &_name##_thread, .stack = _name##_stack}
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_w5500.c | 590 k_thread_create(&ctx->thread, ctx->thread_stack, in w5500_init() 596 k_thread_name_set(&ctx->thread, "eth_w5500"); in w5500_init()
|
D | Kconfig.native_tap | 82 Specify how long the thread sleeps between these checks if no new data
|
/Zephyr-latest/doc/develop/tools/ |
D | clion.rst | 18 :zephyr:code-sample:`multi-thread-blinky` sample in CLion. 32 This guide gives details on how to build and debug the :zephyr:code-sample:`multi-thread-blinky`
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | heap.rst | 33 :c:type:`k_timeout_t` timeout value indicating how long the thread may 156 A thread can dynamically allocate a chunk of heap memory by calling 161 When the thread is finished with a chunk of heap memory it can release
|
/Zephyr-latest/drivers/sensor/wsen/wsen_pads_2511020213301/ |
D | wsen_pads_2511020213301_trigger.c | 332 k_thread_create(&data->thread, data->thread_stack, in pads_2511020213301_init_interrupt()
|
/Zephyr-latest/drivers/sensor/bosch/bmi270/ |
D | bmi270.h | 282 struct k_thread thread; member
|
D | bmi270_trigger.c | 180 k_thread_create(&data->thread, data->thread_stack, CONFIG_BMI270_THREAD_STACK_SIZE, in bmi270_init_interrupts()
|
/Zephyr-latest/drivers/sensor/st/iis328dq/ |
D | iis328dq_trigger.c | 290 k_thread_create(&iis328dq->thread, iis328dq->thread_stack, in iis328dq_init_interrupt()
|
/Zephyr-latest/include/zephyr/arch/mips/ |
D | linker.ld | 86 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ptp.rst | 23 * PTP stack thread that handles incoming messages and events
|
/Zephyr-latest/boards/native/doc/ |
D | bsim_boards_design.rst | 164 (which handles mostly the thread context switching) to the native simulator 165 CPU thread emulation. 169 HW models thread ( See `Threading`_ ). 272 thread as the Zephyr code would be called from the wrong context, 319 dedicated test "task". This will be executed in the HW models thread context,
|
/Zephyr-latest/subsys/net/lib/http/ |
D | Kconfig | 44 int "HTTP server thread stack size" 47 HTTP server thread stack size for processing RX/TX events.
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_kinetis.c | 126 struct k_thread thread; member 1058 k_thread_create(&dev_data.thread, dev_data.thread_stack, in usb_kinetis_init() 1062 k_thread_name_set(&dev_data.thread, "usb_kinetis"); in usb_kinetis_init()
|
/Zephyr-latest/samples/tfm_integration/tfm_ipc/ |
D | README.rst | 20 The sample prints test info to the console either as a single-thread or 21 multi-thread application.
|
/Zephyr-latest/kernel/ |
D | Kconfig.vm | 75 such as VSDO pages, memory mapped thread stacks, and anonymous memory 182 This enables gathering per thread statistics related to demand
|
/Zephyr-latest/samples/tfm_integration/tfm_regression_test/ |
D | README.rst | 82 Description: 'Test service request from NS thread mode'
|
/Zephyr-latest/doc/kernel/services/other/ |
D | atomic.rst | 50 in mid-increment if a thread calling the function is interrupted if
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_0.rst | 229 | "stkuse" | task's/thread's stack usage. | 231 | "stksiz" | task's/thread's stack size. | 233 | "cswcnt" | task's/thread's context switches. | 235 | "runtime" | task's/thread's runtime in "ticks". |
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 15 * Added support for per thread runtime statistics 157 * Added support for per thread runtime statistics 161 * Introduced thread local storage support for the following architectures: 173 on a per-thread basis, and every thread has its own copy of these 230 * Enabled interrupts before switching to main in single-thread 583 * Fixed thread-safety access on esp_socket operations. 584 * Fixed scheduling each RX packet on separate work thread. 654 * Refactored RX and TX thread priorities. 675 * Added joining thread multicast addresses which are added to Zephyr. 990 * :github:`32015` - Thread local storage is broken when adding more thread variables [all …]
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | adxl367.h | 355 struct k_thread thread; member
|