This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

clone() + glibc thread safe?



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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]