From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: the state of the concurrency branch Date: Tue, 27 Aug 2013 12:12:37 -0700 Message-ID: <521CFA25.3000503@cs.ucla.edu> References: <87vc2t7erx.fsf@fleche.redhat.com> <83txicffpe.fsf@gnu.org> <87haeb3lwp.fsf@fleche.redhat.com> <83mwo3f762.fsf@gnu.org> <521CEA4D.9040900@cs.ucla.edu> <8738pv0z8v.fsf@fleche.redhat.com> <521CF24F.9020703@cs.ucla.edu> <87ob8jynt3.fsf@fleche.redhat.com> <521CF58A.20507@cs.ucla.edu> <83fvtveyti.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1377630785 24732 80.91.229.3 (27 Aug 2013 19:13:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Aug 2013 19:13:05 +0000 (UTC) Cc: tromey@redhat.com, lekktu@gmail.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 27 21:13:06 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VEOhO-0004Nz-0d for ged-emacs-devel@m.gmane.org; Tue, 27 Aug 2013 21:13:06 +0200 Original-Received: from localhost ([::1]:58064 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEOhN-0002ij-Hh for ged-emacs-devel@m.gmane.org; Tue, 27 Aug 2013 15:13:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEOhD-0002iQ-Uz for emacs-devel@gnu.org; Tue, 27 Aug 2013 15:13:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEOh6-00057h-G5 for emacs-devel@gnu.org; Tue, 27 Aug 2013 15:12:55 -0400 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:45810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEOgw-00056y-P5; Tue, 27 Aug 2013 15:12:38 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 17C8639E811D; Tue, 27 Aug 2013 12:12:38 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uy9KlFCAUFBv; Tue, 27 Aug 2013 12:12:37 -0700 (PDT) Original-Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 9DFC239E8116; Tue, 27 Aug 2013 12:12:37 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 In-Reply-To: <83fvtveyti.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 131.179.128.62 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163061 Archived-At: On 08/27/13 12:08, Eli Zaretskii wrote: > I'm okay with adding a > separate file, say w32thread.c, which would emulate pthread calls, if > that's the model we want to follow exclusively Yes, that sounds like a good idea; I'll compose a patch along those lines.