[PATCH v2 5/5] Manual: Add manual for pthread mutex
Rical Jasan
rj@2c3t.io
Wed Jul 18 07:34:00 GMT 2018
On 07/12/2018 11:52 PM, Kemi Wang wrote:
> Pthread mutex is not described in the documentation, so I started to document
> pthread mutex with PTHREAD_MUTEX_QUEUESPINNER type here at least.
>
> Signed-off-by: Kemi Wang <kemi.wang@intel.com>
> ---
> manual/Makefile | 2 +-
> manual/mutex.texi | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 69 insertions(+), 1 deletion(-)
> create mode 100644 manual/mutex.texi
I don't think this patch should create a new chapter. There is already
threads.texi---woefully incomplete as it may be (one and a half pages in
the PDF and over 100 functions in the .texi file documented in comments
as undocumented). There are currently two sections in threads.texi:
Thread-specific Data and Non-POSIX Extensions. I think this patch
should introduce a new section in that chapter; something like Mutexes.
This issue is independent of the content, which I'll review separately.
Rical
More information about the Libc-alpha
mailing list