clone() + glibc thread safe?

From: Russell Leighton
Date: Wed Jan 11 2006 - 20:21:54 EST



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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/