>I mean, just emit some sort of "internal message" (using thread >synchronization methods) from within your signal handler on e.g. Ctrl+C >and thereby rely it into the usual "exit processing" your application must >have anyway ?
Note that you can't do anything complicated from a signal handler in the first place, and certainly not from all threads at the same time. Casper _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
