Home
last modified time | relevance | path

Searched refs:thread (Results 501 – 525 of 920) sorted by relevance

1...<<21222324252627282930>>...37

/Zephyr-latest/drivers/sensor/ams/tsl2540/
Dtsl2540_trigger.c196 k_thread_create(&data->thread, data->thread_stack, CONFIG_TSL2540_THREAD_STACK_SIZE, in tsl2540_trigger_init()
199 k_thread_name_set(&data->thread, "TSL2540 trigger"); in tsl2540_trigger_init()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
DKconfig21 int "Stack size for the EC host command handler thread"
98 The ec_host_cmd_init function creates a new thread dedicated for Host Command.
99 Otherwise the ec_host_cmd_task function has to be called within another thread.
/Zephyr-latest/drivers/modem/
DKconfig.ublox-sara-r442 int "Stack size for the u-blox SARA-R4 modem driver RX thread"
45 This stack is used by the u-blox SARA-R4 RX thread.
52 to the rest of the network stack, letting the rx thread continue
/Zephyr-latest/drivers/ethernet/
DKconfig.stm32_hal45 int "RX thread stack size"
48 RX thread stack size
56 With pre-emptive threads, the thread can be pre-empted.
62 This option allows to configure the priority of the RX thread that
Deth_w5500_priv.h94 struct k_thread thread; member
/Zephyr-latest/subsys/net/lib/ptp/
DKconfig27 int "PTP thread stack size"
30 Set the PTP thread stack size in bytes. The PTP thread handles the
31 PTP state machine. There is one PTP thread in the system.
38 int "Priority of the PTP service thread"
/Zephyr-latest/drivers/sensor/wsen/wsen_pads_2511020213301/
Dwsen_pads_2511020213301.h55 struct k_thread thread; member
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/
DKconfig.defconfig44 # Use offloaded render thread
/Zephyr-latest/drivers/sensor/sensirion/sht3xd/
Dsht3xd.h74 struct k_thread thread; member
/Zephyr-latest/arch/x86/core/
Dia32.cmake18 ia32/thread.c
/Zephyr-latest/soc/nxp/mcx/mcxw/
DKconfig.defconfig43 # need to be queued and processed by a dedicated thread
/Zephyr-latest/doc/connectivity/networking/
Dnet_config_guide.rst231 or sending network data. Each traffic class queue is implemented as a thread
234 faster or slower. Because of thread scheduling latencies, in practice the
236 using a dedicated traffic class thread. This is why by default the
256 used to enable or disable a feature. Each thread stack size is optimized
259 The network management API is using a dedicated thread by default. The thread
264 that the net_mgmt thread is calling for each network management event.
265 By default the net_mgmt event thread stack size is rather small.
268 The net_mgmt event thread stack size is controlled by
272 The network thread stack utilization can be monitored from kernel shell by
/Zephyr-latest/samples/userspace/hello_world_user/
DREADME.rst15 * single thread
/Zephyr-latest/subsys/shell/modules/kernel_service/
DKconfig30 rsource "thread/Kconfig"
/Zephyr-latest/subsys/rtio/
Drtio_workq.c55 req->work.thread = NULL; in rtio_work_req_alloc()
/Zephyr-latest/drivers/watchdog/
DKconfig.nxp_fs2666 Size of the stack used for internal thread which is ran for
73 Priority level for internal cooperative thread which is ran for
/Zephyr-latest/drivers/sensor/honeywell/sm351lt/
Dsm351lt.c213 k_thread_create(&data->thread, data->thread_stack, in sm351lt_init()
221 k_thread_name_set(&data->thread, dev->name); in sm351lt_init()
/Zephyr-latest/arch/xtensa/core/
Dcoredump.c195 void arch_coredump_priv_stack_dump(struct k_thread *thread) in arch_coredump_priv_stack_dump() argument
200 hdr_stack_obj = (struct xtensa_thread_stack_header *)thread->stack_obj; in arch_coredump_priv_stack_dump()
/Zephyr-latest/drivers/ieee802154/
DKconfig.cc252014 int "Driver's internal RX thread stack size"
17 This option sets the driver's stack size for its internal RX thread.
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig.nxp27 bool "Process RX buffers in a dedicated thread"
31 in a dedicated thread.
/Zephyr-latest/drivers/entropy/
DKconfig.nrf540 hardware to make them ready for thread mode consumers.
48 thread mode consumers. As soon as the number of available bytes in the
DKconfig.stm3226 hardware to make them ready for thread mode consumers.
34 thread mode consumers. As soon as the number of available bytes in the
/Zephyr-latest/samples/subsys/ipc/openamp/
DREADME.rst83 Starting application thread!
97 Starting application thread!
/Zephyr-latest/subsys/net/lib/coap/
DKconfig113 int "Coap client thread priority"
116 Priority of receive thread of the CoAP client.
140 int "Stack size of the CoAP client thread"
176 int "CoAP server thread stack size"
179 CoAP server thread stack size for processing RX/TX events.
/Zephyr-latest/doc/connectivity/networking/api/
Dsocket_service.rst14 is data received on a socket. The API helps to avoid creating a dedicated thread
15 for each TCP or UDP service that the application provides. Instead one thread
17 as only one thread needs to be created in the system in this case.
95 service after which the socket service thread will start to call the callback

1...<<21222324252627282930>>...37