Lines Matching +full:all +full:- +full:outputs +full:- +full:2
1 .. zephyr:code-sample:: smp_pktqueue
22 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
23 | 0 - 3 | 4 - 7 | 8 - 15 | 16 - 31 |
24 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
26 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
28 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
30 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
32 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
34 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
36 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
42 Then in each queue-related thread several(defined in THREADS_NUM) threads are created. Each
47 As soon as all headers in each pair of queues are moved from "sender" to
63 This project outputs total time required for processing all packet headers.
66 .. zephyr-app-commands::
67 :zephyr-app: samples/arch/smp/pktqueue
68 :host-os: unix
76 .. code-block:: console
79 Each of 2 parallel queues is processed by 3 threads on 2 cores and contain 5000 packet headers.
84 All 20000 packet headers were processed in 89 msec