Hey, what I want to do is to signal a thread after is scheduled and before is descheduled. Do you know in which function the scheduling/descheduling of kernel threads takes place? Is there any other way to notify a thread that is scheduled/descheduled?
I am thinking that another way is to notify the user thread from the user thread library on an upcall to the Scheduler Activation. Do you know what is the path to the code of the thread library that accepts upcalls? Thanks This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
