git: libpthread: Document some more functions.

Sascha Wildner swildner at crater.dragonflybsd.org
Thu Nov 30 00:35:38 PST 2017


commit 90b371531a4a9fb2be854685e49d2c4c4c170441
Author: Sascha Wildner <saw at online.de>
Date:   Thu Nov 30 08:26:00 2017 +0100

    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()

Summary of changes:
 lib/libpthread/Makefile                       |   8 ++
 lib/libpthread/pthread_condattr.3             |  87 +++++++++++++++++++-
 lib/libpthread/pthread_mutex_getprioceiling.3 | 113 ++++++++++++++++++++++++++
 lib/libpthread/pthread_mutexattr.3            |  27 +++++-
 4 files changed, 229 insertions(+), 6 deletions(-)
 create mode 100644 lib/libpthread/pthread_mutex_getprioceiling.3

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/90b371531a4a9fb2be854685e49d2c4c4c170441


-- 
DragonFly BSD source repository



More information about the Commits mailing list