Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ifpga/
H A Difpga_rawdev.c72 static pthread_t ifpga_monitor_start_thread; variable
529 ret = pthread_create(&ifpga_monitor_start_thread, in ifpga_monitor_start_func()
548 ret = pthread_cancel(ifpga_monitor_start_thread); in ifpga_monitor_stop_func()
552 ret = pthread_join(ifpga_monitor_start_thread, NULL); in ifpga_monitor_stop_func()