Home
last modified time | relevance | path

Searched refs:thread (Results 276 – 300 of 920) sorted by relevance

1...<<11121314151617181920>>...37

/Zephyr-latest/drivers/sensor/nxp/fxas21002/
DKconfig60 bool "Use global thread"
67 bool "Use own thread"
84 int "Own thread priority"
89 int "Own thread stack size"
/Zephyr-latest/drivers/sensor/sensirion/sht3xd/
DKconfig27 bool "Use global thread"
33 bool "Use own thread"
48 Priority of thread used by the driver to handle interrupts.
55 Stack size of thread used by the driver to handle interrupts.
/Zephyr-latest/drivers/sensor/st/iis2iclx/
DKconfig30 bool "Use global thread"
36 bool "Use own thread"
53 Priority of thread used by the driver to handle interrupts.
60 Stack size of thread used by the driver to handle interrupts.
/Zephyr-latest/doc/kernel/services/data_passing/
Dpipes.rst6 A :dfn:`pipe` is a kernel object that allows a thread to send a byte stream
7 to another thread. Pipes enable efficient inter-thread communication and can
31 a pipe by a thread. Accepted data is either copied directly to the waiting
37 pipe by a thread. Accepted data is either copied from the pipe's ring buffer
42 - **Resetting**: A thread can reset a pipe, which resets its internal state and
83 thread to one or more consumer threads. If the pipe's ring buffer fills up,
84 the producer thread waits for a specified amount of time.
130 The following example builds on the producer thread example above. It shows
131 a consumer thread that processes data generated by the producer.
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst9 default. Any processor is capable of running any Zephyr thread, with
83 threads. The kernel will ensure that only one thread across all CPUs
86 when a thread is switched in. Other CPUs will spin waiting for the
104 thread, indicating on which CPUs it can run.
108 that thread from running on that CPU in the future. Likewise
112 illegal if called on a runnable thread. The thread must be blocked or
148 the atomic "start flag" to be released in the main thread, to
151 control to the appropriate runnable thread via the standard scheduler
170 until the thread that had been aborted is no longer runnable. If it
178 thread becomes runnable, the idle CPU has no way to "wake up" to
[all …]
/Zephyr-latest/kernel/
Dtimer.c30 struct k_thread *thread; in z_timer_expiration_handler() local
96 thread = z_waitq_head(&timer->wait_q); in z_timer_expiration_handler()
98 if (thread == NULL) { in z_timer_expiration_handler()
103 z_unpend_thread_no_timeout(thread); in z_timer_expiration_handler()
105 arch_thread_return_value_set(thread, 0); in z_timer_expiration_handler()
109 z_ready_thread(thread); in z_timer_expiration_handler()
/Zephyr-latest/subsys/debug/
DKconfig17 Enable thread analyzer functionality and all the required modules.
18 This module may be used to debug thread configuration issues, e.g.
24 module-str = thread analyzer
35 Use logger output to print thread information.
40 Use kernel printk function to print thread information.
59 The thread analysis takes quite a long time.
60 Every thread it finds is analyzed word by word to find any that
62 Normally while thread are analyzed the k_thread_foreach function
64 While this is a safe run from the thread list perspective it may lock
67 Setting this flag will force thread analyzer to use
[all …]
/Zephyr-latest/drivers/sensor/st/lsm6dso16is/
DKconfig30 bool "Use global thread"
36 bool "Use own thread"
53 Priority of thread used by the driver to handle interrupts.
60 Stack size of thread used by the driver to handle interrupts.
/Zephyr-latest/drivers/sensor/st/iis2dh/
DKconfig29 bool "Use global thread"
35 bool "Use own thread"
52 Priority of thread used by the driver to handle interrupts.
59 Stack size of thread used by the driver to handle interrupts.
/Zephyr-latest/drivers/sensor/st/ism330dhcx/
DKconfig30 bool "Use global thread"
36 bool "Use own thread"
53 Priority of thread used by the driver to handle interrupts.
60 Stack size of thread used by the driver to handle interrupts.
/Zephyr-latest/samples/philosophers/
DREADME.rst10 An implementation of a solution to the Dining Philosophers problem (a classic multi-thread
12 preemptible and cooperative threads of differing priorities, as well as dynamic mutexes and thread
72 tools like OpenOCD and J-link to inspect thread data using ``info threads``.
94 Info : Getting thread 537002984 reg list
96 Info : Getting thread 537002808 reg list
98 Info : Getting thread 537002632 reg list
100 Info : Getting thread 537002456 reg list
102 Info : Getting thread 537002280 reg list
104 Info : Getting thread 537002104 reg list
/Zephyr-latest/modules/lvgl/
DKconfig98 bool "Flush LVGL frames in a separate thread"
100 Flush LVGL frames in a separate thread, while the primary thread
107 int "Stack size for flushing thread"
110 Stack size for LVGL flush thread, which will call display_write
113 int "LVGL flush thread priority"
116 Priority of LVGL flush thread.
/Zephyr-latest/include/zephyr/debug/
Dcoredump.h251 struct k_thread *thread);
261 struct k_thread *thread) in coredump() argument
265 ARG_UNUSED(thread); in coredump()
/Zephyr-latest/tests/benchmarks/footprints/src/
Dworkq.c117 k_mem_domain_add_thread(&footprint_mem_domain, &user_workq.thread); in run_workq()
118 k_thread_access_grant(&user_workq.thread, &sync_sema); in run_workq()
125 &user_workq.thread, &user_workq.queue, in run_workq()
/Zephyr-latest/subsys/usb/device_next/
DKconfig29 USB device thread initialization priority level.
32 int "USB device stack thread stack size"
35 USB device stack thread stack size in bytes.
/Zephyr-latest/drivers/sensor/renesas/isl29035/
DKconfig20 Priority of thread used to handle the timer and threshold triggers.
95 bool "Use global thread"
101 bool "Use own thread"
116 Priority of thread used by the driver to handle interrupts.
123 Stack size of thread used by the driver to handle interrupts.
/Zephyr-latest/drivers/ethernet/
DKconfig.renesas_ra19 Size of the stack used for internal thread which is ran for
23 int "Renesas RA Ethernet receive thread priority"
DKconfig.lan865x31 int "Stack size for a thread that processes IRQ"
34 Size of the stack used for internal thread which is ran to
41 Priority level for internal thread which is ran for LAN
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c1617 int arch_mem_domain_thread_add(struct k_thread *thread) in arch_mem_domain_thread_add() argument
1623 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() argument
1788 static void set_stack_perms(struct k_thread *thread, pentry_t *ptables) in set_stack_perms() argument
1791 thread, ptables, thread->stack_info.start, in set_stack_perms()
1792 thread->stack_info.size); in set_stack_perms()
1793 apply_region(ptables, (void *)thread->stack_info.start, in set_stack_perms()
1794 thread->stack_info.size, in set_stack_perms()
1874 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() argument
1876 struct k_mem_domain *domain = thread->mem_domain_info.mem_domain; in arch_mem_domain_thread_remove()
1878 if ((thread->base.user_options & K_USER) == 0) { in arch_mem_domain_thread_remove()
[all …]
/Zephyr-latest/drivers/wifi/winc1500/
DKconfig.winc150028 int "HAL callback handler thread stack size"
31 This option sets the size of the stack used by the thread handling
36 int "HAL callback handler thread priority"
39 This option sets the priority of the thread handling WINC1500 HAL
/Zephyr-latest/drivers/sensor/st/lis2dw12/
DKconfig29 bool "Use global thread"
35 bool "Use own thread"
52 Priority of thread used by the driver to handle interrupts.
59 Stack size of thread used by the driver to handle interrupts.
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.udp19 Will start a thread for listening on the configured UDP port.
48 Stack size of the SMP UDP listening thread
51 int "UDP SMP thread priority"
54 Scheduling priority of the SMP UDP listening thread.
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dtest_threads_set_priority.c19 k_tid_t thread; member
32 k_thread_priority_set(data->thread, data->prio); in test_isr()
141 prio_args.thread = k_current_get(); in ZTEST()
174 prio_args.thread = thread2_id; in ZTEST()
/Zephyr-latest/drivers/wifi/esp_at/
DKconfig.esp_at38 int "Stack size for the Espressif esp wifi driver RX thread"
41 This stack is used by the Espressif ESP RX thread.
44 int "Priority of RX thread"
47 Priority of thread used for processing RX data.
54 to the rest of the network stack, letting the rx thread continue
58 int "Priority of work queue thread"
61 Priority of thread used for processing driver work queue items.
/Zephyr-latest/samples/net/cellular_modem/server/
Dte_udp_receive.py45 self.thread = threading.Thread(target=self._target_)
49 self.thread.start()
53 self.thread.join(1)

1...<<11121314151617181920>>...37