#671065 pthread_mutex_*(3): missing manpages

#671065#5
Date:
2012-05-01 16:35:54 UTC
From:
To:
Dear Maintainer,

I noticed that the pthread_mutex_init, pthread_mutex_destroy and
pthread_mutex_(un)lock are not documented in the manpages-dev package
though other function of the pthread API are.

It might wanted but I submit the bug in case it was something that
escaped to your sagacity.

#671065#10
Date:
2012-05-01 17:26:17 UTC
From:
To:
tags 671065 +upstream
thanks

Hi,

Though not available (yet ?) from the linux man-pages project, you can find
them in the manpages-posix-dev package (from non-free, imported a while ago
from OpenGroup).

/usr/share/man/man3/pthread_mutex_destroy.3posix.gz
/usr/share/man/man3/pthread_mutex_getprioceiling.3posix.gz
/usr/share/man/man3/pthread_mutex_init.3posix.gz
/usr/share/man/man3/pthread_mutex_lock.3posix.gz
/usr/share/man/man3/pthread_mutex_setprioceiling.3posix.gz
/usr/share/man/man3/pthread_mutex_timedlock.3posix.gz
/usr/share/man/man3/pthread_mutex_trylock.3posix.gz
/usr/share/man/man3/pthread_mutex_unlock.3posix.gz
/usr/share/man/man3/pthread_mutexattr_destroy.3posix.gz
/usr/share/man/man3/pthread_mutexattr_getprioceiling.3posix.gz
/usr/share/man/man3/pthread_mutexattr_getprotocol.3posix.gz
/usr/share/man/man3/pthread_mutexattr_getpshared.3posix.gz
/usr/share/man/man3/pthread_mutexattr_gettype.3posix.gz
/usr/share/man/man3/pthread_mutexattr_init.3posix.gz
/usr/share/man/man3/pthread_mutexattr_setprioceiling.3posix.gz
/usr/share/man/man3/pthread_mutexattr_setprotocol.3posix.gz
/usr/share/man/man3/pthread_mutexattr_setpshared.3posix.gz
/usr/share/man/man3/pthread_mutexattr_settype.3posix.gz

#671065#17
Date:
2012-05-01 23:08:34 UTC
From:
To:
It is perfectly right. Installing manpages-posix-dev package (that I
missed), fixed the problem.

I guess, I must have been mislead because part of the pthread API is in
the Linux Programmer's manual but not the mutex part.

Sorry for that, I guess you can close the bug now.

Regards

#671065#22
Date:
2015-03-02 21:40:39 UTC
From:
To: