From patchwork Mon Jun 1 17:39:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 39407 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1D7E9384A034; Mon, 1 Jun 2020 17:40:07 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from hera.aquilenet.fr (hera.aquilenet.fr [IPv6:2a0c:e300::1]) by sourceware.org (Postfix) with ESMTPS id 9FA053851C0B for ; Mon, 1 Jun 2020 17:40:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9FA053851C0B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=samuel.thibault@ens-lyon.org Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 7D093C21; Mon, 1 Jun 2020 19:40:03 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iadmjihyF40y; Mon, 1 Jun 2020 19:40:01 +0200 (CEST) Received: from function.home (lfbn-bor-1-797-11.w86-234.abo.wanadoo.fr [86.234.239.11]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 0A26615BE; Mon, 1 Jun 2020 19:40:00 +0200 (CEST) Received: from samy by function.home with local (Exim 4.93) (envelope-from ) id 1jfoPn-0021wm-KE; Mon, 01 Jun 2020 19:39:59 +0200 From: Samuel Thibault To: libc-alpha@sourceware.org Subject: [hurd,commited 0/3] pthread_cond fixes Date: Mon, 1 Jun 2020 19:39:56 +0200 Message-Id: <20200601173959.484096-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 X-Spam-Status: No, score=-7.6 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_NEUTRAL, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: commit-hurd@gnu.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Samuel Thibault (3): tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0 htl: Enable more cond tests htl: Make pthread_cond_destroy wait for threads to be woken nptl/Makefile | 2 +- sysdeps/htl/bits/types/struct___pthread_cond.h | 4 ++-- sysdeps/htl/pt-cond-destroy.c | 18 +++++++++++++++--- sysdeps/htl/pt-cond-timedwait.c | 11 +++++++++++ sysdeps/mach/hurd/htl/pt-hurd-cond-timedwait.c | 11 +++++++++++ sysdeps/pthread/Makefile | 4 ++-- sysdeps/pthread/tst-cond11.c | 2 +- {nptl => sysdeps/pthread}/tst-cond20.c | 0 {nptl => sysdeps/pthread}/tst-cond21.c | 0 9 files changed, 43 insertions(+), 9 deletions(-) rename {nptl => sysdeps/pthread}/tst-cond20.c (100%) rename {nptl => sysdeps/pthread}/tst-cond21.c (100%)