Lines Matching defs:thread
19 #include "thread.h"
35 * Main thread: data plane thread context
37 struct thread {
44 static struct thread thread[RTE_MAX_LCORE];
81 * Main thread: data plane thread init
89 struct thread *t = &thread[i];
109 struct thread *t = &thread[i];
138 /* Main thread records */
143 /* Data plane thread records */
167 * (A) Pipeline is mapped to a data plane thread AND
168 * (B) Its data plane thread is in RUNNING state.
180 * Main thread & data plane threads: message passing
214 * Main thread
235 struct thread *t = &thread[thread_id];
259 struct thread *t;
273 t = &thread[thread_id];
285 /* Data plane thread */
348 struct thread *t;
358 t = &thread[thread_id];
378 /* Data plane thread */
557 * Main thread & data plane threads: message passing
729 * Main thread