From owner-svn-src-head@FreeBSD.ORG Mon Sep 1 18:35:44 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC400996; Mon, 1 Sep 2014 18:35:44 +0000 (UTC) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F42F1FDC; Mon, 1 Sep 2014 18:35:43 +0000 (UTC) Received: by mail-la0-f41.google.com with SMTP id gi9so6586632lab.0 for ; Mon, 01 Sep 2014 11:35:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=1KoxknqTFB6BYh6PXANirlnsRPCFfehg1YSeRV/IxHk=; b=N5qnOB+HsOSR39AYaAZy+kBqv24WgHJ6X5NcLsw+t3ybKOPkhV+Sg9tgNqZ7UKbRIs cbTZbrCC27a7hYP/gut2meAzP8wD5CqUdp/HCHaOumBQrYTv46ZF5sqOLyMjAM/Hj7GF nMHbbS4f+m2Z3lDvlczMNNAs9d8OvczYaHGOG+cefLnOWIT+zaVYr3MEh1kE1UGO4HuY 9NFFhV1ZWoNHQekhlxNGhwlptZ/xKObFN2GURgiCEJmxhK/3V20OrnYXTt5TOKJpag5D aaoulnPPDYH87Df0b5dPdw9speCtGWKcsrLu9u7e5ml4F/CJaxoWoD51m0S4q/CYRtW5 doTQ== MIME-Version: 1.0 X-Received: by 10.112.202.69 with SMTP id kg5mr29003872lbc.33.1409596541666; Mon, 01 Sep 2014 11:35:41 -0700 (PDT) Sender: edschouten@gmail.com Received: by 10.152.144.2 with HTTP; Mon, 1 Sep 2014 11:35:41 -0700 (PDT) In-Reply-To: <201409011834.s81IYVUO086394@svn.freebsd.org> References: <201409011834.s81IYVUO086394@svn.freebsd.org> Date: Mon, 1 Sep 2014 20:35:41 +0200 X-Google-Sender-Auth: STzDBKdyQP_hW-QULPIJoqtv6k0 Message-ID: Subject: Re: svn commit: r270943 - in head: include lib/libstdthreads From: Ed Schouten To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2014 18:35:45 -0000 On 1 September 2014 20:34, Ed Schouten wrote: > - Locking a function twice, > - Unlocking a function without a mutex being locked, Errr... - Locking a mutex twice, - Unlocking a mutex without it being locked -- Ed Schouten