Date: Fri, 02 May 2003 14:31:24 -0400 From: Daniel Eischen <deischen@freebsd.org> To: java@freebsd.org Cc: threads@freebsd.org Subject: Java and native threads using libpthread Message-ID: <3EB2B97C.F56F4ED5@freebsd.org>
next in thread | raw e-mail | index | archive | help
[Followups to threads@ please] I know you guys have made a lot of progress with native threading using libc_r, but I'd like to see you try out libpthread (libkse) at some point. We're currently in active development of libpthread, so if you have any desires, please let us know. One of the things I'd like to see is removal any knowledge of thread library internals (if you still have any). For instance, if you need to retrieve a thread's register set, I'd rather give you a function to retrieve them instead of knowing where they are in the thread structure. -- Dan Eischen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EB2B97C.F56F4ED5>