Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77073 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97140 invoked from network); 5 Sep 2014 15:38:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2014 15:38:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=guilhermeblanco@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=guilhermeblanco@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.176 as permitted sender) X-PHP-List-Original-Sender: guilhermeblanco@gmail.com X-Host-Fingerprint: 209.85.213.176 mail-ig0-f176.google.com Received: from [209.85.213.176] ([209.85.213.176:43849] helo=mail-ig0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7F/33-12208-009D9045 for ; Fri, 05 Sep 2014 11:38:40 -0400 Received: by mail-ig0-f176.google.com with SMTP id hn18so1312456igb.3 for ; Fri, 05 Sep 2014 08:38:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=+0Gdt2BLmUUqEtxSQjepf+idAQw/gMPLhe5c8HwGmQw=; b=MJmka1kp87vuALUM1bT0oJfFmsE4/a5ir71WuAdFOmMZT/gmNDIc0gQ8UeZAv40eSf UQcsOJS9LgrXk7YQKxTfaT+V5J+Uzx7TOGszzFkJjK9AGjuIOpbSrJLvJOfRN6Tk5X/8 3UhnjzXPjacua/9ACSmOiCk+/Umr357AzeAN2gTdlw0Z9WMefwKeYdYxHcC87O98kp5n A01SaMJhCnpS4G8DrUOgH6mB/YycD7cAttF+RRH5icrcXXOBd3AVa8UlboFrrUypfoCd SRTofA2LKIaP8pb00zoN24As+3NwrWruJ/hjiP3dZIu8Koyz2wet8Rx8HuC2jHdrHlcY VAVw== X-Received: by 10.50.142.6 with SMTP id rs6mr5855063igb.39.1409931516891; Fri, 05 Sep 2014 08:38:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.8.24 with HTTP; Fri, 5 Sep 2014 08:38:16 -0700 (PDT) In-Reply-To: References: <5405BD15.2070602@beccati.com> <5405CDA0.8010401@beccati.com> <5405D860.3090101@beccati.com> Date: Fri, 5 Sep 2014 11:38:16 -0400 Message-ID: To: Matteo Beccati Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c300b8397b0a05025343c6 Subject: Re: [PHP-DEV] Optional nowait argument to sem_acquire From: guilhermeblanco@gmail.com ("guilhermeblanco@gmail.com") --001a11c300b8397b0a05025343c6 Content-Type: text/plain; charset=UTF-8 After discussing with Matteo, I realized I was referring to POSIX sempahores and not to System V. Patch looks ok to me. Is it possible to have this merged? Thanks, On Tue, Sep 2, 2014 at 11:03 AM, guilhermeblanco@gmail.com < guilhermeblanco@gmail.com> wrote: > It's also supported by System V using exactly same API. > Some references: > > http://fossies.org/dox/glibc-2.19/sem__timedwait_8c_source.html > http://manned.org/sem_timedwait/83baa20c > http://linux.die.net/man/3/sem_timedwait > http://pubs.opengroup.org/onlinepubs/009695399/functions/sem_timedwait.html > > > On Tue, Sep 2, 2014 at 10:46 AM, Matteo Beccati wrote: > >> On 02/09/2014 16:39, guilhermeblanco@gmail.com wrote: >> > Hi Matteo, >> > >> > BSD does accept it as sem_timedwait, which I could find a reference for >> > FreeBSD: >> > >> > http://www.freebsd.org/cgi/man.cgi?query=sema&sektion=9 >> >> that's part of the FreeBSD Kernel Developer's Manual, not SysV semaphores >> ;) >> >> >> Cheers >> -- >> Matteo Beccati >> >> Development & Consulting - http://www.beccati.com/ >> > > > > -- > Guilherme Blanco > MSN: guilhermeblanco@hotmail.com > GTalk: guilhermeblanco > Toronto - ON/Canada > -- Guilherme Blanco MSN: guilhermeblanco@hotmail.com GTalk: guilhermeblanco Toronto - ON/Canada --001a11c300b8397b0a05025343c6--