Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 9 of 9) sorted by relevance

/dpdk/examples/pipeline/
H A Dthread.c50 struct __rte_cache_aligned thread { struct
58 static struct thread threads[RTE_MAX_LCORE]; argument
/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h1059 struct thread { struct
1061 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 …]
/dpdk/lib/eal/windows/include/
H A Dpthread.h43 #define pthread_cancel(thread) !TerminateThread((HANDLE) thread, 0) argument
/dpdk/app/test/
H A Dprocess.h83 rte_thread_t thread; in process_dup() local
/dpdk/drivers/dma/skeleton/
H A Dskeleton_dmadev.h49 rte_thread_t thread; /* cpuwork task thread */ member
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_internals.h148 struct softnic_thread thread[RTE_MAX_LCORE]; member
/dpdk/lib/eal/common/
H A Deal_common_thread.c286 rte_thread_create_control(rte_thread_t *thread, const char *name, in rte_thread_create_control()
/dpdk/examples/ip_pipeline/
H A Dthread.c37 struct thread { struct
44 static struct thread thread[RTE_MAX_LCORE]; variable
[all...]
/dpdk/drivers/net/ark/
H A Dark_ethdev.c590 rte_thread_t thread; in eth_ark_dev_start() local