Documenting MT-safe vs. MT-unsafe.
Carlos O'Donell
carlos@redhat.com
Thu Jul 25 01:32:00 GMT 2013
Peng,
The work that you are doing documenting multithreading
safety in the linux kernel man pages is excellent, and
very useful. Thank you for working on this.
Michael, Peng,
At present I am a little worried that glibc is going
to document what we want to be true e.g. MT-unsafe,
but that the linux kernel man pages project is going
to document what is actually implemented e.g. MT-safe.
This may lead users to believe functions are safe
when they are not guaranteed to be so.
The other problem is that the two documents might
diverge and this information is very important.
What can we do to keep the two documents in sync?
When Alex completes his project we'll have MT-safety
data (with a series of exceptions) for almost all
of the glibc functions. Could we use that data to
drive the generation of the attributes in the
linux kernel man pages?
Comments?
Cheers,
Carlos.
More information about the Libc-alpha
mailing list