I'm porting a driver from Linux to (Open)Solaris. The driver uses its own
threads, which under Linux are created with a simple kernel_thread() call. I
don't see such a call under Solaris. A solution could be to create a task queue
with a single thread, and commit a single task to this queue, which then runs
until the driver eventually is stopped. Is this feasible, or are there other,
"cleaner" solutions?
Joachim
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code