From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111858 invoked by alias); 20 Aug 2017 09:43:19 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 110977 invoked by uid 89); 20 Aug 2017 09:42:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Received:Sun X-HELO: mail-wm0-f41.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=aLu0L74ixcTcsRquowmGOnbHHaVdEctDpew98jTSGeA=; b=ck0GyEwzzRyiqzlIGfO74dC0dPPQF0RQO8Wv0vu6Ma44gGpZ8B4OMGD6nNT8PuJy+2 RRts39R4+S2l/UNKztX1zzdrLXFSYZYX4qZ0k9EaGBDD9ZQ4D72wfjq9Zwk80uZH/e3f HLCQiEuJt87YiFQuyQ6zeoIrUhy4BNBlwsdwXFOYK3Yuaigd0OJ4CrBDMvY9KFNU9I1K V4MUbmDwMIu0p6ARwZWYqIE/1ieJvWvNRHTeKqwHClM7T0LblcUGLqR0UxThGdNCSG1r +aWNfnIXN2YWuglgLNegy/55gLmGvhyxhXQ6V9wMJMpGrKndrMs5OoYY02Z4wjXAw9Yu TjEw== X-Gm-Message-State: AHYfb5iQh0cf8fuandCEOyB0n4S+oYc4HgplxQJVu/ou33RWuVUZC68X rvToYyZpnWOU+birBz748CFRfW6M8A== X-Received: by 10.80.207.7 with SMTP id c7mr6752734edk.63.1503222126920; Sun, 20 Aug 2017 02:42:06 -0700 (PDT) MIME-Version: 1.0 From: Yubin Ruan Date: Sun, 20 Aug 2017 09:43:00 -0000 Message-ID: Subject: [PATCTH 0/2] pthread_mutexattr_setrobust() and pthread_mutex_consistent() To: "Michael Kerrisk (man-pages)" Cc: linux-man@vger.kernel.org, libc-alpha@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-08/txt/msg00927.txt.bz2 Hi Michael, This patch series introduce three pthread functions for linux-man: * pthread_mutexattr_setrobust() * pthread_mutexattr_getrobust() * pthread_mutex_consistent() I put pthread_mutexattr_setrobust() and pthread_mutexattr_getrobust() altogether since they are related. I obtain my information about these functions mainly from reading the glibc source code and do some testing. There might be some mistake, but they are mostly correct (95% or so). Following this email would be those man pages in plain text and nroff format. I have tested those nroff file on my Linux box using man, and it look pretty well. Please point out if there are any mistake in formatting. Yubin