Searched refs:worker (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/samples/kernel/metairq_dispatch/ |
D | README.rst | 13 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/ |
D | main.c | 34 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/ |
D | main.c | 230 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/ |
D | README.rst | 13 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/ |
D | Kconfig | 48 PPP ring buffer size when passing data from RX ISR to worker
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.tcp | 37 Set the priority of the TCP worker queue, that handles all
|
/Zephyr-latest/drivers/console/ |
D | Kconfig | 186 Each instance of the IPM console receiver driver creates a worker
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 1171 - ``{controller,host} / {device,worker,proxy,target}``
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 1571 * :github:`29098` - ATT timeout worker not canceled by destroy, and may operate on disposed object
|