/Zephyr-latest/drivers/sensor/st/lis3mdl/ |
D | Kconfig | 24 bool "Use global thread" 30 bool "Use own thread" 45 Priority of thread used by the driver to handle interrupts. 52 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/ti/tmag5170/ |
D | Kconfig | 25 bool "Use global thread" 31 bool "Use own thread" 61 Priority of thread used by the driver to handle interrupts. 68 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/ams/ccs811/ |
D | Kconfig | 54 bool "Use global thread" 60 bool "Use own thread" 72 Priority of thread used by the driver to handle interrupts. 79 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/ams/tsl2591/ |
D | Kconfig | 38 bool "Use global thread" 44 bool "Use own thread" 56 Priority of thread used by the driver to handle interrupts. 63 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/honeywell/hmc5883l/ |
D | Kconfig | 24 bool "Use global thread" 30 bool "Use own thread" 45 Priority of thread used by the driver to handle interrupts. 52 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/st/iis2dlpc/ |
D | Kconfig | 29 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/iis3dhhc/ |
D | Kconfig | 29 bool "Use global thread" 35 bool "Use own thread" 50 Priority of thread used by the driver to handle interrupts. 57 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.sbus | 16 int "Stack size for the sbus thread" 19 Size of the stack used for the sbus thread. 22 int "Priority for the sbus thread" 25 Priority level of the sbus thread.
|
D | Kconfig.kbd_matrix | 13 int "Stack size for the keyboard matrix thread" 16 Size of the stack used for the keyboard matrix thread. 20 int "Priority for the keyboard matrix thread" 23 Priority level of the keyboard matrix thread.
|
/Zephyr-latest/kernel/ |
D | dynamic.c | 105 static void dyn_cb(const struct k_thread *thread, void *user_data) in dyn_cb() argument 109 if (data->stack == (k_thread_stack_t *)thread->stack_info.start) { in dyn_cb() 111 (void *)thread->stack_info.start); in dyn_cb() 112 data->tid = (k_tid_t)thread; in dyn_cb()
|
D | Kconfig | 17 If disabled, only the main thread is available, so a main() function 20 since the main thread cannot pend, it being the only thread in the 49 The extra one is for the idle thread, which must run at the lowest 50 priority, and be the only thread at that priority. 67 The extra one is for the idle thread, which must run at the lowest 68 priority, and be the only thread at that priority. 71 int "Priority of initialization/main thread" 75 Priority at which the initialization thread runs, including the start 89 highest priority) that a thread will acquire as part of 101 Making such a thread runnable in any way thus has the effect [all …]
|
D | condvar.c | 50 struct k_thread *thread = z_unpend_first_thread(&condvar->wait_q); in z_impl_k_condvar_signal() local 52 if (unlikely(thread != NULL)) { in z_impl_k_condvar_signal() 55 arch_thread_return_value_set(thread, 0); in z_impl_k_condvar_signal() 56 z_ready_thread(thread); in z_impl_k_condvar_signal()
|
/Zephyr-latest/tests/kernel/mem_protect/obj_validation/src/ |
D | main.c | 135 struct k_thread *thread = _current; in ZTEST() local 144 start_addr = *((uintptr_t *)(void *)thread->resource_pool); in ZTEST() 176 struct k_thread *thread = _current; in ZTEST() local 179 k_object_access_revoke(test_dyn_mutex, thread); in ZTEST()
|
/Zephyr-latest/subsys/shell/modules/kernel_service/ |
D | kernel_shell.h | 21 SHELL_SUBCMD_ADD((thread), _syntax, _subcmd, _help, _handler, _mand, _opt); 27 bool z_thread_is_valid(const struct k_thread *thread);
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | Kconfig | 13 Enable the USB-C Stack. Note that each USB-C port gets its own thread. 26 int "USB-C thread priority" 29 Set thread priority of the USB-C 32 int "USB-C thread stack size" 35 Stack size of thread created for each instance.
|
/Zephyr-latest/tests/posix/common/src/ |
D | key.c | 167 pthread_t thread; in ZTEST() local 171 zassert_ok(pthread_create(&thread, NULL, setspecific_thread, &alloc_count_t0), in ZTEST() 173 zassert_ok(pthread_join(thread, NULL), "failed to join thread"); in ZTEST() 176 zassert_ok(pthread_create(&thread, NULL, setspecific_thread, &alloc_count_t1), in ZTEST() 178 zassert_ok(pthread_join(thread, NULL), "failed to join thread"); in ZTEST()
|
/Zephyr-latest/samples/drivers/stepper/generic/ |
D | Kconfig | 19 int "Monitor thread timeout (ms)" 23 int "Monitor thread stack size"
|
/Zephyr-latest/drivers/sensor/tdk/icm42605/ |
D | Kconfig | 26 bool "Use global thread" 41 Priority of thread used by the driver to handle interrupts. 48 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/adi/adt7420/ |
D | Kconfig | 44 bool "Use global thread" 50 bool "Use own thread" 65 Priority of thread used by the driver to handle interrupts. 72 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/st/lps2xdf/ |
D | Kconfig | 41 bool "Use global thread" 48 bool "Use own thread" 62 Priority of thread used by the driver to handle interrupts. 69 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/sensor/tdk/mpu6050/ |
D | Kconfig | 26 bool "Use global thread" 32 bool "Use own thread" 47 Priority of thread used by the driver to handle interrupts. 54 Stack size of thread used by the driver to handle interrupts.
|
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/ |
D | Kconfig | 60 int "Size of ENET QOS RX thread stack" 63 Size in bytes of the ENET QOS RX thread stack. 66 int "Cooperative priority of the ENET QOS RX thread" 69 Cooperative priority of the ENET QOS RX thread
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | message_queues.rst | 31 A data item can be **sent** to a message queue by a thread or an ISR. 32 The data item pointed at by the sending thread is copied to a waiting thread, 37 If a thread attempts to send a data item when the ring buffer is full, 38 the sending thread may choose to wait for space to become available. 41 it is given to the highest priority sending thread that has waited the longest. 43 A data item can be **received** from a message queue by a thread. 44 The data item is copied to the area specified by the receiving thread; 47 If a thread attempts to receive a data item when the ring buffer is empty, 48 the receiving thread may choose to wait for a data item to be sent. 51 the highest priority receiving thread that has waited the longest. [all …]
|
/Zephyr-latest/doc/hardware/arch/ |
D | xtensa.rst | 39 This mode is used when the application has only a single thread that uses the 53 HiFi registers. During each thread context switch, the kernel saves the outgoing 54 thread's HiFi registers and loads the incoming thread's HiFi registers, 55 regardless of whether the thread utilizes them or not. 57 Additional stack space may be required for each thread to account for the extra
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | CMakeLists.txt | 16 thread.c 22 zephyr_library_sources_ifdef(CONFIG_USERSPACE thread.c)
|