Home
last modified time | relevance | path

Searched refs:thread (Results 451 – 475 of 920) sorted by relevance

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

/Zephyr-latest/drivers/ethernet/
Deth_lan865x_priv.h72 struct k_thread thread; member
/Zephyr-latest/subsys/testsuite/ztest/
DKconfig14 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/
Dpoll.c259 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/
Dtemp_nrfs.c33 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/
Dmpu6050.h72 struct k_thread thread; member
/Zephyr-latest/drivers/sensor/ams/tmd2620/
DKconfig24 bool "Use global thread"
/Zephyr-latest/arch/x86/core/
Dintel64.cmake15 intel64/thread.c
/Zephyr-latest/arch/posix/core/
DCMakeLists.txt10 thread.c
/Zephyr-latest/include/zephyr/sys/internal/
Dkobject_internal.h70 struct k_thread *thread; member
/Zephyr-latest/arch/arm/core/mpu/
Darm_core_mpu_dev.h233 void arm_core_mpu_configure_user_context(struct k_thread *thread);
/Zephyr-latest/drivers/sensor/st/lis2de12/
Dlis2de12_trigger.c168 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()
Dlis2de12.h79 struct k_thread thread; member
/Zephyr-latest/samples/net/sockets/echo_service/
DREADME.rst15 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/
Dmemory_domain.rst77 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/
DKconfig95 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/
Dwsen_tids_2521020222501.h46 struct k_thread thread; member
/Zephyr-latest/drivers/sensor/tdk/mpu9250/
Dmpu9250.h49 struct k_thread thread; member
/Zephyr-latest/drivers/serial/
DKconfig.emul32 int "UART emulator work queue thread priority"
/Zephyr-latest/drivers/sensor/st/hts221/
Dhts221.h51 struct k_thread thread; member
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/
DKconfig12 Each connection is served by a thread which needs
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dread_and_decode.rst37 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/
Dadt7420.h74 struct k_thread thread; member
/Zephyr-latest/scripts/
Dvalgrind.supp11 POSIX arch no thread cleanup
/Zephyr-latest/drivers/sensor/st/lis2du12/
Dlis2du12.h82 struct k_thread thread; member
/Zephyr-latest/drivers/sensor/tdk/icm42605/
Dicm42605.h61 struct k_thread thread; member

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