Ejemplo n.º 1
0
void stop_filter_phase() {
    pthread_join(filter_t, NULL);
    close_har();
	NOTICE("filter phase stops successfully!");

}
Ejemplo n.º 2
0
void stop_filter_phase() {
    pthread_join(filter_t, NULL);
    close_har();
}