Hi, I want to detect when a process (both user or kernel) terminates. The book "Solaris Internals" points to functions exitlwps() and lwp_exit() but I'm unsure whether all kinds of process/thread terminations will arrive at these functions, or should I look into the general kernel exit() function?
The general idea is that I want to measure the execution time of a process among other processes in a multiprogrammed workload. I can detect when task/process/thread is released but not terminated...which makes it hard to measure execution time =) Best Regards, Mladen This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
