Home
last modified time | relevance | path

Searched refs:rx_intr_thread (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_eth_rx_adapter.c124 pthread_t rx_intr_thread; member
1285 err = rte_ctrl_thread_create(&rx_adapter->rx_intr_thread, thread_name, in rxa_create_intr_thread()
1288 rte_thread_setname(rx_adapter->rx_intr_thread, thread_name); in rxa_create_intr_thread()
1305 err = pthread_cancel(rx_adapter->rx_intr_thread); in rxa_destroy_intr_thread()
1310 err = pthread_join(rx_adapter->rx_intr_thread, NULL); in rxa_destroy_intr_thread()