Searched refs:thread (Results 826 – 850 of 920) sorted by relevance
1...<<31323334353637
/Zephyr-latest/doc/releases/ |
D | release-notes-2.2.rst | 202 * add k_thread_stack_space_get() system call for analyzing thread stack 218 * Calling k_thread_suspend() on the current thread now correctly invokes 220 * Calling k_thread_suspend() on any thread cancels any pending timeouts for 221 that thread 258 * Add a poison value of 0xB9 to RIP if a thread is dispatched on multiple 692 logging from thread context. 1105 * :github:`19982` - Periodically wake up log process thread consume more power 1166 * :github:`15593` - How to use gdb to view the stack of a thread
|
D | release-notes-1.10.rst | 12 * Initial alpha-quality thread-level memory protection on x86, userspace and memory 27 * Initial alpha-quality thread-level memory protection on x86, userspace and memory 44 * k_mem_domain_add_thread() - to add a thread into a domain 45 * k_mem_domain_remove_thread() - to remove a thread from a domain
|
D | release-notes-2.0.rst | 42 * New kernel API for per-thread disabling of Floating Point Services for 63 * Optimized the IRQ locking time in thread context switch 910 * :github:`17170` - x86_64 crash with spinning child thread 911 * :github:`17167` - ARC crash with spinning user thread 942 …ASSERTION FAIL [!(z_arch_curr_cpu()->nested != 0U)] @ ZEPHYR_BASE/kernel/thread.c:429 Threads may… 960 * :github:`16793` - kernel timeout_list repeatedly add a thread 1080 * :github:`16234` - tests/benchmarks/latency_measure can not calculate the real time thread switch … 1229 * :github:`15588` - Does zephyr support different time slices for each thread? 1299 * :github:`14828` - ARM: MPU-based HW thread stack protection not working properly when building wi… 1312 * :github:`14726` - kernel/thread.c: Improve code coverage to 100% [all …]
|
D | release-notes-3.5.rst | 77 * Added support for dynamic thread stack allocation via :c:func:`k_thread_stack_alloc` 91 * Fixed dynamic thread stack allocation 100 tasks like IRQ management, exception handling, thread handling and swap. 213 * Fixed an issue where the :c:func:`settings_load` function called from a cooperative thread other 514 * Added a requirement for ``entropy_get_entropy()`` to be thread-safe because 780 * Optimized CoAP client library to use only a single thread internally. 893 * Improved thread safety of internal buffers allocation. 906 * Made PPP L2 thread priority configurable (:kconfig:option:`CONFIG_NET_L2_PPP_THREAD_PRIO`). 2137 * Added dynamic thread stack support for :c:func:`pthread_create`
|
D | release-notes-1.12.rst | 51 * kernel: Add "meta IRQ" thread priorities 69 * arch: arm: thread built-in stack guard implementation 386 * :github:`5891` - [Coverity CID: 182585] Integer handling issues in /arch/x86/core/thread.c 658 * :github:`7541` - arm: struct k_thread->entry is overwritten once the thread is scheduled 729 * :github:`7804` - samples/sensor/apds9960 fails with assertion "Fatal fault in essential thread" o… 784 * :github:`8129` - scheduler: in update_cache() thread from next_up() and _current are the same
|
/Zephyr-latest/soc/cdns/dc233c/include/ |
D | xtensa-dc233c.ld | 243 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | compiler_flags.cmake | 229 # GCC compiler flag for turning off thread-safe initialization of local statics
|
/Zephyr-latest/doc/services/retention/ |
D | index.rst | 130 thread function usage, but means that retention functions cannot be used from
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | virtual_memory.rst | 152 to their corresponding user mode threads during thread creation.
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/ |
D | README.rst | 22 The sample prints test info to the console either as a single-thread or 23 multi-thread application.
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig | 36 bool "Store current thread into the global pointer (GP) register" 40 Store the current thread's pointer into the global pointer (GP) register.
|
/Zephyr-latest/drivers/sensor/st/lis2dh/ |
D | lis2dh_trigger.c | 535 k_thread_create(&lis2dh->thread, lis2dh->thread_stack, CONFIG_LIS2DH_THREAD_STACK_SIZE, in lis2dh_init_interrupt()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.bap | 230 being accessed by another thread.
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/scripts/ |
D | linker.ld | 204 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net-stack-architecture.rst | 161 one :ref:`thread <threads_v2>` to another.
|
/Zephyr-latest/arch/xtensa/ |
D | Kconfig | 229 This invalidates all TLBs referred by the incoming thread's
|
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/ |
D | index.rst | 279 reasons for that. ``.tcf`` perfectly suits building of bare-metal single-thread application - 282 The situation is completely different when multi-thread feature-rich operation system is
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 549 standard requires all basic thread services, except those related to 684 functions to control a thread's stack. This is considered useful for any
|
/Zephyr-latest/subsys/shell/backends/ |
D | Kconfig.backends | 117 CPU load is high and there is very high shell thread latency. 192 # RTT backend can only be called from thread context.
|
/Zephyr-latest/soc/infineon/cat1b/cyw20829/ |
D | linker.ld | 181 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/soc/andestech/ae350/ |
D | linker.ld | 163 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/scripts/ |
D | linker.ld | 198 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | ipc_rpmsg_static_vrings.c | 342 k_thread_name_set(&data->mbox_wq.thread, name); in mbox_init()
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-dev.rst | 20 Calling into the Bluetooth API is intended to be thread safe, unless otherwise
|
/Zephyr-latest/doc/services/input/ |
D | gpio-kbd.rst | 43 keys are released, and the keyboard matrix thread only wakes up when a key has
|
1...<<31323334353637