Threading system calls (int 80h)

Ekkehard Morgenstern ekkehard.morgenstern at onlinehome.de
Sat Oct 14 18:27:21 PDT 2006


On Sunday 15 October 2006 01:32, David Xu wrote:
> You are going to be unable to use libc if you create raw thread in your
> program, libc uses pthread APIs, if you create a raw thread, your
> program will crash if you use any libc function which needs pthread
> interface.

I don't want to link to libc. So, how do I create a raw thread?


More information about the freebsd-hackers mailing list