From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 3A80E7F30A for ; Tue, 12 Mar 2013 00:09:47 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=pra; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=mailfrom; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@einhorn.in-berlin.de) identity=helo; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="postmaster@einhorn.in-berlin.de"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArcMAOViPlHAbSoIe2dsb2JhbABDiCm3IYUXAgGBXRYOAQEWJgQkgikBAQUjVhALCQ8CAgUhAgIPBRgxiCYErQiCQJAZFYEOjSFKB4ItMmEDjj+IFYlqihc X-IPAS-Result: ArcMAOViPlHAbSoIe2dsb2JhbABDiCm3IYUXAgGBXRYOAQEWJgQkgikBAQUjVhALCQ8CAgUhAgIPBRgxiCYErQiCQJAZFYEOjSFKB4ItMmEDjj+IFYlqihc X-IronPort-AV: E=Sophos;i="4.84,825,1355094000"; d="scan'208";a="6544591" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 12 Mar 2013 00:09:46 +0100 X-Envelope-From: oliver@first.in-berlin.de Received: from first (e178031252.adsl.alicedsl.de [85.178.31.252]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id r2BN9jVR009148 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 12 Mar 2013 00:09:45 +0100 Received: by first (Postfix, from userid 1000) id 4A14715400E6; Tue, 12 Mar 2013 00:09:44 +0100 (CET) Date: Tue, 12 Mar 2013 00:09:45 +0100 From: oliver To: Chet Murthy Cc: OCaml List Message-ID: <20130311230945.GA3230@siouxsie> References: <4283364.UnedZ1M6uD@groupon> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4283364.UnedZ1M6uD@groupon> User-Agent: Mutt/1.5.20 (2009-06-14) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 Subject: Re: [Caml-list] ocaml systhreads condition variables: no condvar_timedwait? On Mon, Mar 11, 2013 at 03:17:13PM -0700, Chet Murthy wrote: > > I'm just starting to use Ocaml threads, and notice that there's no > equivalent of pthread_condvar_timedwait. [...] I looked up this function and found nothing. It seems this is your personal phantasy function, or possibly just a typo. Possibly you mean pthread_cond_timedwait() Ciao, Oliver