Searched refs:rx_intr_thread (Results 1 – 1 of 1) sorted by relevance
165 pthread_t rx_intr_thread; member1571 err = rte_ctrl_thread_create(&rx_adapter->rx_intr_thread, thread_name, in rxa_create_intr_thread()1590 err = pthread_cancel(rx_adapter->rx_intr_thread); in rxa_destroy_intr_thread()1595 err = pthread_join(rx_adapter->rx_intr_thread, NULL); in rxa_destroy_intr_thread()