Date: Sat, 21 Oct 2006 21:02:00 +0200 From: Ekkehard Morgenstern <ekkehard.morgenstern@onlinehome.de> To: freebsd-hackers@freebsd.org Cc: David Xu <davidxu@freebsd.org> Subject: Re: Threading system calls (int 80h) Message-ID: <200610212102.00456.ekkehard.morgenstern@onlinehome.de> In-Reply-To: <200610160712.42534.davidxu@freebsd.org> References: <200610141540.09999.ekkehard.morgenstern@onlinehome.de> <200610151011.53724.ekkehard.morgenstern@onlinehome.de> <200610160712.42534.davidxu@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 16 October 2006 01:12, David Xu wrote: > > How do I use THR syscalls? > > Yes, you can use THR syscalls, they are more simple. > you can use thr_new to create a thread, and use thr_exit to exit > a thread. > You can learn how to use them by reading some code in libthr, > note, this interfaces are only for thread library implementation, > it is not advocated to use them in application. OK, thank you.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610212102.00456.ekkehard.morgenstern>