Home
last modified time | relevance | path

Searched refs:worker (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/kernel/metairq_dispatch/
DREADME.rst13 to asynchronous queues feeding several worker threads, each running at
18 must happen in the worker thread. This implements a "bursty load"
27 * The time between ISR and receipt by the worker thread.
29 * The real time spent processing the message in the worker thread, for
42 * Because of queueing and the bursty load, all worker threads of any
/Zephyr-latest/tests/kernel/sched/deadline/src/
Dmain.c34 void worker(void *p1, void *p2, void *p3) in worker() function
69 worker, INT_TO_POINTER(i), NULL, NULL, in ZTEST()
/Zephyr-latest/tests/kernel/sched/preempt/src/
Dmain.c230 void worker(void *p1, void *p2, void *p3) in worker() function
325 worker, INT_TO_POINTER(i), NULL, NULL, in ZTEST()
/Zephyr-latest/samples/kernel/condition_variables/simple/
DREADME.rst13 to signal changing states (conditions) from worker thread to the main
15 become true. Main thread and the worker thread alternate between their
16 execution based on when the worker thread signals the main thread that is
/Zephyr-latest/drivers/net/
DKconfig48 PPP ring buffer size when passing data from RX ISR to worker
/Zephyr-latest/subsys/net/ip/
DKconfig.tcp37 Set the priority of the TCP worker queue, that handles all
/Zephyr-latest/drivers/console/
DKconfig186 Each instance of the IPM console receiver driver creates a worker
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst1171 - ``{controller,host} / {device,worker,proxy,target}``
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst1571 * :github:`29098` - ATT timeout worker not canceled by destroy, and may operate on disposed object