Threading system calls (int 80h)

Ekkehard Morgenstern ekkehard.morgenstern at onlinehome.de
Sat Oct 21 12:03:34 PDT 2006


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.


More information about the freebsd-hackers mailing list