libpthread: Document some more functions.
commit90b371531a4a9fb2be854685e49d2c4c4c170441
authorSascha Wildner <saw@online.de>
Thu, 30 Nov 2017 07:26:00 +0000 (30 08:26 +0100)
committerSascha Wildner <saw@online.de>
Thu, 30 Nov 2017 07:26:00 +0000 (30 08:26 +0100)
tree58beec1256d40da23b101a1e09a007f8f18c1ee1
parent312358fac139b6161d3d21c32f067dbbdaacd2da
libpthread: Document some more functions.

Specifically:

pthread_condattr_getclock()           (Taken-from: FreeBSD)
pthread_condattr_getpshared()         (Taken-from: FreeBSD)
pthread_condattr_setclock()           (Taken-from: FreeBSD)
pthread_condattr_setpshared()         (Taken-from: FreeBSD)
pthread_mutex_getprioceiling()        (Taken-from: NetBSD)
pthread_mutex_setprioceiling()        (Taken-from: NetBSD)
pthread_mutexattr_getpshared()
pthread_mutexattr_setpshared()
lib/libpthread/Makefile
lib/libpthread/pthread_condattr.3
lib/libpthread/pthread_mutex_getprioceiling.3 [new file with mode: 0644]
lib/libpthread/pthread_mutexattr.3