void stop_filter_phase() { pthread_join(filter_t, NULL); close_har(); NOTICE("filter phase stops successfully!"); }
void stop_filter_phase() { pthread_join(filter_t, NULL); close_har(); }