clone() + glibc thread safe?

Russell Leighton russ@elegant-software.com
Thu Jan 12 01:23:00 GMT 2006


Can you safely use glibc functions in a thread safe way (e.g., malloc() 
and friends) from threads generated by:

     clone(f, stack, CLONE_FS|CLONE_FILES|CLONE_VM, t)

Thx


Russ




More information about the Libc-alpha mailing list