Home
last modified time | relevance | path

Searched refs:thread (Results 426 – 450 of 920) sorted by relevance

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

/Zephyr-latest/subsys/debug/coredump/
DKconfig55 For example, the thread struct and stack of
56 the exception thread will be dumped.
69 Dumps the thread struct and stack of all
/Zephyr-latest/drivers/misc/coresight/
DKconfig48 int "ETR thread stack size"
62 When thread triggers flushing of ETR data, it periodically checks if
64 thread is waking up to check. Given in milliseconds.
/Zephyr-latest/samples/arch/smp/pktqueue/
DREADME.rst39 in QUEUE_NUM). After that for each pair of "sender"/"receiver" queues one thread
42 Then in each queue-related thread several(defined in THREADS_NUM) threads are created. Each
44 crc is correct put the header to "receiver" queue. Only one thread in a
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst42 the thread that failed the assertion was running in user mode, and a kernel
73 [00:00:00.000,000] <err> os: Current thread: 0x20000414 (main)
191 In the event that a thread pushes more data onto its execution stack than its
195 If a thread is running in user mode, then stack overflows are always caught,
196 as the thread will simply not have permission to write to adjacent memory
199 that the thread would not otherwise be able to write to.
201 If a thread is running in supervisor mode, or if :kconfig:option:`CONFIG_USERSPACE` is
205 when handling a system call on behalf of a user thread. Typically this is
247 If the implementation returns, the faulting thread will be aborted and
/Zephyr-latest/subsys/ipc/ipc_service/lib/
DKconfig.icmsg29 Enable dedicated workqueue thread for the ICMsg backend.
48 Size of stack used by work queue RX thread. This work queue is
53 int "Priority of RX work queue thread"
57 Priority of the ICMSG RX work queue thread.
/Zephyr-latest/kernel/
Dmailbox.c32 struct _thread_base thread; /* dummy thread object */ member
74 z_init_thread_base(&async_msg[i].thread, 0, _THREAD_DUMMY, 0); in init_mbox_module()
324 async->thread.prio = _current->base.prio; in k_mbox_async_put()
327 async->tx_msg._syncing_thread = (struct k_thread *)&async->thread; in k_mbox_async_put()
Dmempool.c152 void k_thread_system_pool_assign(struct k_thread *thread) in k_thread_system_pool_assign() argument
154 thread->resource_pool = _SYSTEM_HEAP; in k_thread_system_pool_assign()
/Zephyr-latest/drivers/sensor/ti/tmag5170/
Dtmag5170.h49 struct k_thread thread; member
/Zephyr-latest/boards/shields/g1120b0mipi/
DKconfig.defconfig29 # Use offloaded render thread
/Zephyr-latest/drivers/sensor/st/iis2mdc/
Diis2mdc.h67 struct k_thread thread; member
/Zephyr-latest/drivers/sensor/st/iis328dq/
Diis328dq.h79 struct k_thread thread; member
/Zephyr-latest/drivers/usb/udc/
DKconfig.it82xx222 int "IT82xx2 UDC driver internal thread stack size"
/Zephyr-latest/include/zephyr/app_memory/
Dmem_domain.h189 k_tid_t thread);
/Zephyr-latest/arch/x86/include/
Dkernel_arch_func.h89 void *z_x86_userspace_prepare_thread(struct k_thread *thread);
/Zephyr-latest/boards/adi/max32672fthr/
DKconfig.defconfig24 # Use offloaded render thread
/Zephyr-latest/subsys/shell/
DKconfig34 bool "Override default shell thread priority"
36 Option to change the default value of shell thread priority.
40 int "Shell thread priority"
43 Set thread priority of the shell
47 int "Shell thread stack size"
53 Stack size for thread created for each instance.
196 It ensures that using getopt with shell is thread safe.
198 get getopt state of the shell thread.
/Zephyr-latest/drivers/sensor/adi/adt7420/
Dadt7420_trigger.c168 k_thread_create(&drv_data->thread, drv_data->thread_stack, in adt7420_init_interrupt()
174 k_thread_name_set(&drv_data->thread, dev->name); in adt7420_init_interrupt()
/Zephyr-latest/drivers/sensor/st/lis2dux12/
Dlis2dux12_trigger.c96 k_thread_create(&data->thread, data->thread_stack, CONFIG_LIS2DUX12_THREAD_STACK_SIZE, in lis2dux12_trigger_init()
99 k_thread_name_set(&data->thread, dev->name); in lis2dux12_trigger_init()
/Zephyr-latest/drivers/sensor/st/stts22h/
Dstts22h_trigger.c127 k_thread_create(&stts22h->thread, stts22h->thread_stack, in stts22h_init_interrupt()
132 k_thread_name_set(&stts22h->thread, dev->name); in stts22h_init_interrupt()
/Zephyr-latest/drivers/ieee802154/
DKconfig.mcr20a59 int "Driver's internal RX thread stack size"
62 This option sets the driver's stack size for its internal RX thread.
/Zephyr-latest/drivers/entropy/
DKconfig.smartbond23 hardware to make them ready for thread mode consumers.
31 thread mode consumers. As soon as the number of available bytes in the
/Zephyr-latest/tests/arch/arm/arm_hardfault_validation/
DREADME.txt43 E: Current thread: 0x20000070 (test_arm_hardfault)
58 E: Current thread: 0x20000070 (test_arm_hardfault)
/Zephyr-latest/drivers/sensor/st/lps22hh/
Dlps22hh.h69 struct k_thread thread; member
/Zephyr-latest/drivers/usb/uhc/
DKconfig.max3421e18 int "Driver internal thread stack size"
/Zephyr-latest/arch/arc/core/
DCMakeLists.txt6 thread.c

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