>I do of course know about the thread_create() call, but it seems not to >be a public interface as it does not appear in section 9 of the man >pages. So, what is the recommended way for a driver to start a new >kernel thread, or is this not desired?
There are two ways in the kernel to run scheduled events: timeout and taskqs. The latter appear to be the closest to the driver's requirements. Casper _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
