Home
last modified time | relevance | path

Searched refs:thread (Results 801 – 825 of 920) sorted by relevance

1...<<31323334353637

/Zephyr-latest/include/zephyr/arch/arm64/scripts/
Dlinker.ld172 #include <zephyr/linker/thread-local-storage.ld>
/Zephyr-latest/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake189 # Compiler flag for turning off thread-safe initialization of local statics
/Zephyr-latest/doc/develop/languages/c/
Dnewlib.rst123 Newlib are thread safe and may be simultaneously called by multiple threads.
/Zephyr-latest/boards/alientek/pandora_stm32l475/doc/
Dindex.rst171 http://www.openedv.com/thread-284556-1-1.html
/Zephyr-latest/samples/boards/renesas/openamp_linux_zephyr/
DREADME.rst130 [217] thread start
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst540 * 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.
Drelease-notes-2.4.rst201 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 …]
Dmigration-guide-3.6.rst575 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`)
Drelease-notes-1.8.rst253 * ``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/
Dlinker.ld130 #include <zephyr/linker/thread-local-storage.ld>
/Zephyr-latest/subsys/logging/
DKconfig.formatting115 Enable support for prefixing log message with thread name or ID.
/Zephyr-latest/cmake/compiler/iar/
Dcompiler_flags.cmake163 # Compiler flag for turning off thread-safe initialization of local statics
/Zephyr-latest/boards/nxp/usb_kw24d512/doc/
Dindex.rst221 …https://www.nxp.com/products/wireless/thread/kinetis-kw2xd-2.4-ghz-802.15.4-wireless-radio-microco…
/Zephyr-latest/cmake/linker_script/arm/
Dlinker.cmake106 include(${COMMON_ZEPHYR_LINKER_DIR}/thread-local-storage.cmake)
/Zephyr-latest/drivers/ethernet/
Deth_lan865x.c412 &ctx->thread, ctx->thread_stack, CONFIG_ETH_LAN865X_IRQ_THREAD_STACK_SIZE, in lan865x_init()
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c119 return ot_context ? (k_tid_t)&ot_context->work_q.thread : 0; in openthread_thread_id_get()
/Zephyr-latest/modules/canopennode/
DCO_driver.c546 k_thread_name_set(&canopen_tx_workq.thread, "canopen_tx_workq"); in canopen_init()
/Zephyr-latest/drivers/adc/
Dadc_lmp90xxx.c132 struct k_thread thread; member
1019 tid = k_thread_create(&data->thread, data->stack, in lmp90xxx_init()
Dadc_ad7124.c238 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/
Dlsm6dsl.h678 struct k_thread thread; member
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.tbs61 an write request if another is already in progress in another thread.
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_server.rst65 server thread. Services can be manually started and stopped with ``coap_service_start`` and
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcore.rst103 default, and results in stack using a dedicated cooperative thread to
/Zephyr-latest/drivers/wifi/esp32/
DKconfig.esp32302 int "Maximum work queue thread priority"
305 Maximum priority of thread used for processing driver work queue items.
/Zephyr-latest/boards/qemu/x86/
Dqemu_x86_tiny.ld427 #include <zephyr/linker/thread-local-storage.ld>
660 #include <zephyr/linker/thread-local-storage.ld>

1...<<31323334353637