/Zephyr-latest/drivers/ethernet/ |
D | eth_lan865x_priv.h | 72 struct k_thread thread; member
|
/Zephyr-latest/subsys/testsuite/ztest/ |
D | Kconfig | 14 int "Test function thread stack size" 63 int "Testing thread priority" 67 Set priority of the testing thread. Default is -1 (cooperative). 103 bool "Do not yield to the idle thread after tests complete" 105 When the tests complete, do not yield to the idle thread and instead 107 yielding to the idle thread may put the board into a low power state 252 int "Stack size of Ztress thread"
|
/Zephyr-latest/kernel/ |
D | poll.c | 259 struct k_thread *thread = poller_thread(event->poller); in signal_poller() local 261 __ASSERT(thread != NULL, "poller should have a thread\n"); in signal_poller() 263 if (!z_is_thread_pending(thread)) { in signal_poller() 267 z_unpend_thread(thread); in signal_poller() 268 arch_thread_return_value_set(thread, in signal_poller() 271 if (!z_is_thread_ready(thread)) { in signal_poller() 275 z_ready_thread(thread); in signal_poller()
|
/Zephyr-latest/drivers/sensor/nordic/temp/ |
D | temp_nrfs.c | 33 struct k_thread thread; member 272 k_thread_create(&data->thread, data->thread_stack, in temp_nrfs_init() 278 k_thread_name_set(&data->thread, dev->name); in temp_nrfs_init()
|
/Zephyr-latest/drivers/sensor/tdk/mpu6050/ |
D | mpu6050.h | 72 struct k_thread thread; member
|
/Zephyr-latest/drivers/sensor/ams/tmd2620/ |
D | Kconfig | 24 bool "Use global thread"
|
/Zephyr-latest/arch/x86/core/ |
D | intel64.cmake | 15 intel64/thread.c
|
/Zephyr-latest/arch/posix/core/ |
D | CMakeLists.txt | 10 thread.c
|
/Zephyr-latest/include/zephyr/sys/internal/ |
D | kobject_internal.h | 70 struct k_thread *thread; member
|
/Zephyr-latest/arch/arm/core/mpu/ |
D | arm_core_mpu_dev.h | 233 void arm_core_mpu_configure_user_context(struct k_thread *thread);
|
/Zephyr-latest/drivers/sensor/st/lis2de12/ |
D | lis2de12_trigger.c | 168 k_thread_create(&lis2de12->thread, lis2de12->thread_stack, in lis2de12_init_interrupt() 173 k_thread_name_set(&lis2de12->thread, dev->name); in lis2de12_init_interrupt()
|
D | lis2de12.h | 79 struct k_thread thread; member
|
/Zephyr-latest/samples/net/sockets/echo_service/ |
D | README.rst | 15 one thread, and which can then trigger a callback if there is activity in the set 16 of sockets. This saves memory as only one thread needs to be created in the
|
/Zephyr-latest/doc/kernel/usermode/ |
D | memory_domain.rst | 77 Any thread running in user mode will need access to its own stack buffer. 78 On context switch into a user mode thread, a dedicated MPU region or MMU 80 A thread exceeding its stack buffer will start pushing data onto memory 87 so each user thread only has access to its own stack if such architecture 104 object. Memory is drawn from a thread's resource pool using 142 a k_heap to draw these allocations from for the target thread. 151 The kernel ensures that any user thread will have access to its own stack 153 way to grant access to additional blocks of memory to a user thread. 170 user mode has over memory domains is that any user thread's child threads 177 domain membership from their parent thread. The main thread starts as a [all …]
|
/Zephyr-latest/subsys/tracing/ |
D | Kconfig | 95 packets to the ring buffer first, tracing thread will try to 97 thread get scheduled. 102 int "Stack size of tracing thread" 106 Stack size of tracing thread. 109 int "Tracing thread waiting threshold" 113 Tracing thread waiting period given in milliseconds after
|
/Zephyr-latest/drivers/sensor/wsen/wsen_tids_2521020222501/ |
D | wsen_tids_2521020222501.h | 46 struct k_thread thread; member
|
/Zephyr-latest/drivers/sensor/tdk/mpu9250/ |
D | mpu9250.h | 49 struct k_thread thread; member
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.emul | 32 int "UART emulator work queue thread priority"
|
/Zephyr-latest/drivers/sensor/st/hts221/ |
D | hts221.h | 51 struct k_thread thread; member
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/ |
D | Kconfig | 12 Each connection is served by a thread which needs
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | read_and_decode.rst | 37 thread needed saving precious stack space. No work queue needed introducing 39 single call context (interrupt/thread/work queue). 43 defined virtual sensors (:ref:`sensing`) all from a single thread with DAG 84 sensors with many channels in one thread. Effectively read requests are started
|
/Zephyr-latest/drivers/sensor/adi/adt7420/ |
D | adt7420.h | 74 struct k_thread thread; member
|
/Zephyr-latest/scripts/ |
D | valgrind.supp | 11 POSIX arch no thread cleanup
|
/Zephyr-latest/drivers/sensor/st/lis2du12/ |
D | lis2du12.h | 82 struct k_thread thread; member
|
/Zephyr-latest/drivers/sensor/tdk/icm42605/ |
D | icm42605.h | 61 struct k_thread thread; member
|