Example #1
0
void stop_filter_phase() {
    pthread_join(filter_t, NULL);
    close_har();
	NOTICE("filter phase stops successfully!");

}
Example #2
0
void stop_filter_phase() {
    pthread_join(filter_t, NULL);
    close_har();
}