Searched refs:routes_thread (Results 1 – 1 of 1) sorted by relevance
557 pthread_t routes_thread; in main() local676 ret = pthread_create(&routes_thread, NULL, monitor_routes_thread, NULL); in main()694 pthread_join(routes_thread, NULL); in main()