Searched refs:thread (Results 851 – 875 of 920) sorted by relevance
1...<<31323334353637
/Zephyr-latest/boards/nxp/frdm_mcxw71/doc/ |
D | index.rst | 268 …ies-microcontrollers/mcx-w71x-secure-and-ultra-low-power-mcus-for-matter-thread-zigbee-and-bluetoo…
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_lan9250.c | 694 k_thread_create(&context->thread, context->thread_stack, in lan9250_init()
|
D | eth_enc424j600.c | 807 k_thread_create(&context->thread, context->thread_stack, in enc424j600_init()
|
/Zephyr-latest/subsys/shell/backends/ |
D | shell_mqtt.c | 681 (void)k_thread_name_set(&sh_mqtt->workq.thread, "sh_mqtt_workq"); in init()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.3.rst | 198 * Simplified dummy thread implementation and properly name idle threads 199 * Centralized new thread priority check 214 * Refactored the thread switch code in epilogue of irq and exception 314 * Added an RX thread on stm32wb hci wrapper 325 * Converted loopback driver to use a thread to send frames 628 * The Host now uses the new thread analyzer functionality. 1422 * :github:`11745` - logging: never leaves panic mode on fatal thread exception 1451 * :github:`3694` - i2c: Drivers are not thread safe
|
D | release-notes-3.2.rst | 285 * Fixed the per-thread m-mode/u-mode entry array. 344 instead of the former dedicated thread. 831 * Improved thread safety of the LwM2M library. 1395 thread state changed it could give a falsely short process list has been 1407 enabled by default, this makes thread priorities in the taskstat command 1412 number of CPU cycles have been spent executing the thread. 1692 …427` - Bluetooth: Controller: LLCP: Data structure for communication between the ISR and the thread 1746 - :github:`49373` - BLE scanning - BT RX thread hangs on. 1747 - :github:`49390` - shell_rtt thread can starve other threads of the same priority 1963 * :github:`49661` - mcumgr: bt transport runs in system workqueue thread and can cause resource dea… [all …]
|
D | release-notes-1.6.rst | 245 * ``ZEP-989`` - Cache next ready thread instead of finding out the long way 357 * ``ZEP-1303`` - Configuration talks about >32 thread prios, but the kernel does not support it
|
D | release-notes-3.1.rst | 300 * Aborting an essential thread now causes a kernel panic, as the 313 independently for each thread, and provides a callback to the app 314 when a thread timeslice has expired. The intent is that this will 350 * Fixed a bug that could return directly into a thread context from a 934 ``gmtime()`` is called from a user mode thread. This function can be 940 mode thread. All ``libm.a`` globals are now placed into the 1276 - :github:`46206` - it8xxx2_evb: tests/kernel/fatal/exception/ assertion failed -- "thread was not … 1350 * :github:`45778` - Unable to use thread aware debugging with STM32H743ZI 1574 * :github:`44255` - kernel: While thread is running [thread_state] is in _THREAD_QUEUED 1679 * :github:`43618` - Invalid thread indexes out of userspace generation [all …]
|
D | release-notes-2.7.rst | 18 * Improved thread safety for Newlib and C++ on SMP-capable systems 62 * Added support for per thread runtime statistics 685 * Converted OpenThread thread to a dedicated work queue. 894 * openocd runner: Zephyr thread awareness is now available in GDB by default 1187 * :github:`38309` - ARC context switch to interrupted thread busted with CONFIG_ARC_FIRQ=y and CONF… 1272 * :github:`38022` - thread: k_float_enable() API can't build on x86_64 platforms, fix that API and … 1480 * :github:`37205` - openocd: Configure thread awareness by default 1884 * :github:`30236` - Main thread sometimes looping forever before user application is reached when u… 1899 * :github:`27415` - Decide if we keep a single thread support (CONFIG_MULTITHREADING=n) in Zephyr 1925 * :github:`21519` - RFC: libc: thread-safe newlib [all …]
|
D | release-notes-2.1.rst | 517 * :github:`20800` - Ready thread is not swapped in after being woken up in IRQ 633 * :github:`20033` - Thread suspend only works if followed by k\_sleep in thread that is performing … 671 * :github:`19759` - z\_arch\_switch() passed pointer to NULL outgoing switch handle on dummy thread… 844 * :github:`17548` - Can't set thread name with k\_thread\_create prevents useful tracing information 849 * :github:`17361` - \_THREAD\_QUEUED overlaps with x86 \_EXC\_ACTIVE in k\_thread.thread\_state
|
D | release-notes-3.7.rst | 287 * The declaration of statically allocated thread stacks has been updated to utilize 288 :c:macro:`K_THREAD_STACK_LEN` for both single thread stack declaration and array thread 289 stack declarations. This ensures correct alignment for all thread stacks. For user 340 * Reworked the transmission path for data and commands. The "BT TX" thread has been removed, along 1049 * Made the NXP MCUX PWM driver thread safe 1525 services thread stopped. 1526 * Fixed potential socket services thread stoppage when deregistering service. 1861 * Fixed thread stack address printed in debug message.
|
D | release-notes-3.0.rst | 276 that any events posted to that event object may wake a waiting thread if the 279 (as bounded by the scheduling of the idle thread). This permits a developer 281 * Added "thread_usage" API for thread runtime cycle monitoring. 894 * :github:`42555` - mimxrt1050_evk: samples/subsys/task_wdt is failing with control thread getting … 1024 * :github:`41482` - kernel: Dummy thread should not have an uninitialized resource pool 1101 * :github:`40795` - Timer signal thread execution loop break SMP on ARM64
|
D | release-notes-3.3.rst | 327 could attempt to run a thread before the pending thread had finished 336 * Added TLS (thread-local storage) for ARC MWDT toolchain 378 * Implemented an on-demand context switching algorithm for thread FPU 766 * SAM0 Fixed spurious trailing data by moving stop condition from thread into ISR 1045 * Improved IEEE802154 context thread safety. 2134 mcumgr thread if the remote device disconnected before the output message 2634 - :github:`49390` - shell_rtt thread can starve other threads of the same priority 2665 - :github:`51774` - thread safety of adv_new in Bluetooth subsys 2666 - :github:`51814` - ARC irq_offload doesn't honor thread switches 3061 * :github:`53455` - GATT: Deadlock while sending GATT notification from system workqueue thread [all …]
|
D | migration-guide-3.5.rst | 42 * Picolibc enables thread local storage 46 memory reserved for the stack, so stack usage for every thread will
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 121 # Hidden, Controller's Co-Operative high priority Rx thread stack size. 126 # Hidden, Controller's Co-Operative Rx thread stack size. 690 and thread latencies. 697 use of speed optimizations reduces application's ISR and thread 1191 bool "Yield from mayfly thread after first call"
|
/Zephyr-latest/soc/cdns/sample_controller32/include/ |
D | xtensa-sample-controller32.ld | 457 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/ |
D | xtensa-cavs-linker.ld | 390 * thread stacks, but applications can put symbols here too.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/ |
D | Kconfig | 151 of concurrent thread (i.e. multiple transport) access. This option also makes the
|
/Zephyr-latest/include/zephyr/arch/riscv/common/ |
D | linker.ld | 197 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/doc/services/sensing/ |
D | index.rst | 81 * single thread main loop for all sensor objects sampling and process.
|
/Zephyr-latest/drivers/adc/ |
D | adc_ads1x4s0x.c | 441 struct k_thread thread; member 1481 k_tid_t tid = k_thread_create(&data->thread, config->stack, in ads1x4s0x_init()
|
/Zephyr-latest/soc/ite/ec/it8xxx2/ |
D | linker.ld | 260 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 136 - LLL is vendor ISR, ULL is Mayfly ISR concept, Host is kernel thread.
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | demand_paging.rst | 95 * Per-thread statistics via :c:func:`k_mem_paging_thread_stats_get()`
|
/Zephyr-latest/boards/st/stm32wb5mmg/doc/ |
D | stm32wb5mmg.rst | 268 Exiting main thread.
|
1...<<31323334353637