Searched defs:thread (Results 1 – 9 of 9) sorted by relevance
50 struct __rte_cache_aligned thread { struct58 static struct thread threads[RTE_MAX_LCORE]; argument
1059 struct thread { struct1061 struct rte_swx_pkt pkt;1062 uint8_t *ptr;1063 uint32_t *mirroring_slots;1064 uint64_t mirroring_slots_mask;1065 int recirculate;1066 uint32_t recirc_pass_id;1069 uint8_t **structs;1072 struct header_runtime *headers; /* Extracted or generated headers. */1073 struct header_out_runtime *headers_out; /* Emitted headers. */[all …]
43 #define pthread_cancel(thread) !TerminateThread((HANDLE) thread, 0) argument
83 rte_thread_t thread; in process_dup() local
49 rte_thread_t thread; /* cpuwork task thread */ member
148 struct softnic_thread thread[RTE_MAX_LCORE]; member
286 rte_thread_create_control(rte_thread_t *thread, const char *name, in rte_thread_create_control()
37 struct thread { struct 44 static struct thread thread[RTE_MAX_LCORE]; variable [all...]
590 rte_thread_t thread; in eth_ark_dev_start() local