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.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to