Exemplo n.º 1
0
/* 2007-01-31 disabled by Anthony Lee on BeOS for multi-thread safe. */
void sigint_handler (int signum)
{
#if 0
	 if(skyeye_config.code_cov.prof_on)
		cov_fini(skyeye_config.code_cov.prof_filename);
#endif
	longjmp (ctrl_c_cleanup, 1);
}
Exemplo n.º 2
0
int cov_module_exit()
{
	cov_fini(cov_filename);
	return 0;
}