In linux if I use pthread_self() I get a pthread_t struct, that I have no access to anything in?? I don't know how to pick out the thread id from pthread_t in linux, that why I use the syscall. If anyone knows how, please let me know.
In solaris it's "easier" pthread_t is a kthread_t and I can pick out the specific tid(lwpid), I guess I should use priocntl to change the parameters for a thread. looking in to that now. thanks. This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
