On Thursday 25 October 2007 11:02, Sergey Matveychuk wrote:
> Is there a possibility to get a kthread ID inside a kthread?
> Just like pthread_self(3).
In function kthread_exit there you see that you can obtain the
thread-structure with curthread.
And then in this thread-structure is the field td_tid.
HTH,
Marc
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"