Searched refs:thread (Results 801 – 825 of 920) sorted by relevance
1...<<31323334353637
/Zephyr-latest/include/zephyr/arch/arm64/scripts/ |
D | linker.ld | 172 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 189 # Compiler flag for turning off thread-safe initialization of local statics
|
/Zephyr-latest/doc/develop/languages/c/ |
D | newlib.rst | 123 Newlib are thread safe and may be simultaneously called by multiple threads.
|
/Zephyr-latest/boards/alientek/pandora_stm32l475/doc/ |
D | index.rst | 171 http://www.openedv.com/thread-284556-1-1.html
|
/Zephyr-latest/samples/boards/renesas/openamp_linux_zephyr/ |
D | README.rst | 130 [217] thread start
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 540 * Fixed essential thread termination on OA read failure. 572 * Driver can now be configured to use a preemptive RX thread priority, which could be useful 963 * Improved thread safety of CoAP client. 1048 * Improved thread safety of the LwM2M engine. 1137 * Event monitor thread stack size is now configurable with Kconfig. 1308 L1 ``kernel thread`` shell command as ``kernel thread list`` & ``kernel thread stacks`` 1309 * Added multiple shell command to configure the CPU mask affinity / pinning a thread in 1310 runtime, do ``kernel thread -h`` for more info.
|
D | release-notes-2.4.rst | 201 like the main thread. 209 thread stacks that will never host user threads. This will conserve memory 214 thread stack macros are now centrally defined, with arches declaring 244 * Added thread safety to Non-Secure entry function calls in ARMv8-M 246 * Fixed stack randomization for main thread. 253 * Re-implemented thread context-switch to use the _arch_switch() API 695 * Fixed a deadlock in the RX thread that was observed multiple times in 805 * Switched logging thread to use kernel stack. 934 … gcc 10.x compile warning/error for array subscript is outside the bounds in cmsis_rtos_v2/thread.c 1140 * :github:`27560` - APIs for dynamically creating thread stacks [all …]
|
D | migration-guide-3.6.rst | 575 cannot be accessed from usermode thread. This means that the API calls will need to made 576 from supervisor mode thread. 659 :c:func:`zbus_obs_attach_to_thread` inside the attaching thread. The observer will then assume the 660 attached thread priority which will be used by zbus to calculate HLP priority. (:github:`63183`)
|
D | release-notes-1.8.rst | 253 * ``ZEP-1776`` - sending LE COC data from RX thread can lead to deadlock 305 * ``ZEP-2052`` - arm: unhandled exceptions in thread take down entire system
|
/Zephyr-latest/include/zephyr/arch/arc/v2/ |
D | linker.ld | 130 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.formatting | 115 Enable support for prefixing log message with thread name or ID.
|
/Zephyr-latest/cmake/compiler/iar/ |
D | compiler_flags.cmake | 163 # Compiler flag for turning off thread-safe initialization of local statics
|
/Zephyr-latest/boards/nxp/usb_kw24d512/doc/ |
D | index.rst | 221 …https://www.nxp.com/products/wireless/thread/kinetis-kw2xd-2.4-ghz-802.15.4-wireless-radio-microco…
|
/Zephyr-latest/cmake/linker_script/arm/ |
D | linker.cmake | 106 include(${COMMON_ZEPHYR_LINKER_DIR}/thread-local-storage.cmake)
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_lan865x.c | 412 &ctx->thread, ctx->thread_stack, CONFIG_ETH_LAN865X_IRQ_THREAD_STACK_SIZE, in lan865x_init()
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | openthread.c | 119 return ot_context ? (k_tid_t)&ot_context->work_q.thread : 0; in openthread_thread_id_get()
|
/Zephyr-latest/modules/canopennode/ |
D | CO_driver.c | 546 k_thread_name_set(&canopen_tx_workq.thread, "canopen_tx_workq"); in canopen_init()
|
/Zephyr-latest/drivers/adc/ |
D | adc_lmp90xxx.c | 132 struct k_thread thread; member 1019 tid = k_thread_create(&data->thread, data->stack, in lmp90xxx_init()
|
D | adc_ad7124.c | 238 struct k_thread thread; member 1333 &data->thread, data->stack, CONFIG_ADI_AD7124_ADC_ACQUISITION_THREAD_STACK_SIZE, in adc_ad7124_init()
|
/Zephyr-latest/drivers/sensor/st/lsm6dsl/ |
D | lsm6dsl.h | 678 struct k_thread thread; member
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.tbs | 61 an write request if another is already in progress in another thread.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap_server.rst | 65 server thread. Services can be manually started and stopped with ``coap_service_start`` and
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | core.rst | 103 default, and results in stack using a dedicated cooperative thread to
|
/Zephyr-latest/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 302 int "Maximum work queue thread priority" 305 Maximum priority of thread used for processing driver work queue items.
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_tiny.ld | 427 #include <zephyr/linker/thread-local-storage.ld> 660 #include <zephyr/linker/thread-local-storage.ld>
|
1...<<31323334353637