/Zephyr-latest/subsys/debug/coredump/ |
D | Kconfig | 55 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/ |
D | Kconfig | 48 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/ |
D | README.rst | 39 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/ |
D | fatal.rst | 42 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/ |
D | Kconfig.icmsg | 29 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/ |
D | mailbox.c | 32 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()
|
D | mempool.c | 152 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/ |
D | tmag5170.h | 49 struct k_thread thread; member
|
/Zephyr-latest/boards/shields/g1120b0mipi/ |
D | Kconfig.defconfig | 29 # Use offloaded render thread
|
/Zephyr-latest/drivers/sensor/st/iis2mdc/ |
D | iis2mdc.h | 67 struct k_thread thread; member
|
/Zephyr-latest/drivers/sensor/st/iis328dq/ |
D | iis328dq.h | 79 struct k_thread thread; member
|
/Zephyr-latest/drivers/usb/udc/ |
D | Kconfig.it82xx2 | 22 int "IT82xx2 UDC driver internal thread stack size"
|
/Zephyr-latest/include/zephyr/app_memory/ |
D | mem_domain.h | 189 k_tid_t thread);
|
/Zephyr-latest/arch/x86/include/ |
D | kernel_arch_func.h | 89 void *z_x86_userspace_prepare_thread(struct k_thread *thread);
|
/Zephyr-latest/boards/adi/max32672fthr/ |
D | Kconfig.defconfig | 24 # Use offloaded render thread
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig | 34 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/ |
D | adt7420_trigger.c | 168 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/ |
D | lis2dux12_trigger.c | 96 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/ |
D | stts22h_trigger.c | 127 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/ |
D | Kconfig.mcr20a | 59 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/ |
D | Kconfig.smartbond | 23 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/ |
D | README.txt | 43 E: Current thread: 0x20000070 (test_arm_hardfault) 58 E: Current thread: 0x20000070 (test_arm_hardfault)
|
/Zephyr-latest/drivers/sensor/st/lps22hh/ |
D | lps22hh.h | 69 struct k_thread thread; member
|
/Zephyr-latest/drivers/usb/uhc/ |
D | Kconfig.max3421e | 18 int "Driver internal thread stack size"
|
/Zephyr-latest/arch/arc/core/ |
D | CMakeLists.txt | 6 thread.c
|