Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77041 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99250 invoked from network); 2 Sep 2014 15:04:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Sep 2014 15:04:10 -0000 Authentication-Results: pb1.pair.com header.from=guilhermeblanco@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=guilhermeblanco@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.179 as permitted sender) X-PHP-List-Original-Sender: guilhermeblanco@gmail.com X-Host-Fingerprint: 209.85.223.179 mail-ie0-f179.google.com Received: from [209.85.223.179] ([209.85.223.179:57117] helo=mail-ie0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/A2-18348-66CD5045 for ; Tue, 02 Sep 2014 11:04:07 -0400 Received: by mail-ie0-f179.google.com with SMTP id tr6so7547658ieb.24 for ; Tue, 02 Sep 2014 08:04:03 -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=uhvC1A6sAe+SyrSIcn8A4V9VgLxsxdlr+NQiHYTYjQk=; b=eVddIkR43QsWofqZdW3a2YedmSQ+6aHHjzeqkvhqaMSIyTkRtqf2VFx0cZ75K9ebmT v4qnGMzBP4aA5mpQDmbIXzgGGHvanHUkcUfCKmjXAHGU7jEmYCemuAbU+CvniBRiSn0H 44oS7StJJGyqvU5Kc14q/ceZHTurusT5EffU6yjt99l7hZ5RP5aXPWfaBRAIni7Ojsn5 kcr+VFDsrMK3aU95Om94e8gVJzgsXRbAlNI7QKyhQE2R/17NlpXJjzAvZKf5JEd1HzKz cQnHP/c9PNxMsxIn14U+JPnKThuuB/F5vop1d2KFF3sl/uHiyJ5baxMeFXyGHWrGq6xM fY4Q== X-Received: by 10.50.6.77 with SMTP id y13mr28773242igy.21.1409670243582; Tue, 02 Sep 2014 08:04:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.8.24 with HTTP; Tue, 2 Sep 2014 08:03:43 -0700 (PDT) In-Reply-To: <5405D860.3090101@beccati.com> References: <5405BD15.2070602@beccati.com> <5405CDA0.8010401@beccati.com> <5405D860.3090101@beccati.com> Date: Tue, 2 Sep 2014 11:03:43 -0400 Message-ID: To: Matteo Beccati Cc: PHP internals Content-Type: multipart/alternative; boundary=047d7bdca0c61e8d860502166e6b Subject: Re: [PHP-DEV] Optional nowait argument to sem_acquire From: guilhermeblanco@gmail.com ("guilhermeblanco@gmail.com") --047d7bdca0c61e8d860502166e6b Content-Type: text/plain; charset=UTF-8 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 --047d7bdca0c61e8d860502166e6b--