From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Gemini Lasswell Newsgroups: gmane.emacs.devel Subject: Re: scratch/list-threads 833a2d4 2/9: Make lisp/thread.el the new home for thread-related Lisp functions Date: Wed, 05 Sep 2018 09:49:45 -0700 Message-ID: <874lf3vqhi.fsf@runbox.com> References: <20180827155307.16925.11045@vcs0.savannah.gnu.org> <20180827155309.D5C18209C1@vcs0.savannah.gnu.org> <87tvndxovu.fsf@gmx.de> <87k1o7wdx7.fsf@runbox.com> <877ek780f4.fsf@gmx.de> <83d0ty3788.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1536166092 6580 195.159.176.226 (5 Sep 2018 16:48:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 5 Sep 2018 16:48:12 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux) Cc: Stefan Monnier , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 05 18:48:08 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fxayM-0001WC-D3 for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2018 18:48:06 +0200 Original-Received: from localhost ([::1]:57136 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxb0S-0007Yb-Gj for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2018 12:50:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxb0J-0007YK-Gb for emacs-devel@gnu.org; Wed, 05 Sep 2018 12:50:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxb0F-00076J-Ge for emacs-devel@gnu.org; Wed, 05 Sep 2018 12:50:07 -0400 Original-Received: from aibo.runbox.com ([91.220.196.211]:43506) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fxb0F-0006yv-6B; Wed, 05 Sep 2018 12:50:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=rbselector1; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From; bh=UjDkxbu1x8v18KLpcgTyoD3GDv2jvrn5/EMrp4NYV9g=; b=WfSSSIQUQkg43d1a45gkMeGJVp dLc3mI/dfDexTinZX+uB8oubrPavqP/SguiCTvhV0ESSzTK1O/tPkev1hbgX7tK/tKis3iydH54BE wJRWMQFpCf2kX5sPNTCucEi584Y+BXwlHEMkeM6WFHxDnCACSHkk4b+dtEU+Q3r1WmD9n1bBBZ2/p 4e9bSevSeTAjgqyjEWYO1Cz+oFPowRnGu/sqUvo405uaDOi08ZcyCXxXigwD4MuVp7TUEBuixB0tV NBGnQHWjZ3aa8VCFv5c9hxSh/OYxA53WNwVnWQTtP1JFCUHWXppdolhoV3DclE3uKFtUH3hnRFeNS NqoX7YCw==; Original-Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1fxb0B-00081U-0T; Wed, 05 Sep 2018 18:49:59 +0200 Original-Received: by mailfront11.runbox.com with esmtpsa (uid:179284 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1fxazz-0005mz-Ry; Wed, 05 Sep 2018 18:49:48 +0200 In-Reply-To: <83d0ty3788.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 31 Aug 2018 18:07:19 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 91.220.196.211 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:229303 Archived-At: Eli Zaretskii writes: >> From: Stefan Monnier >> Date: Fri, 31 Aug 2018 09:19:58 -0400 >> >> What's wrong with (fboundp 'make-thread)? > > That (AFAIK) it returns non-nil even when threads are not available? I just built Emacs configured --without-threads, and (fboundp 'make-thread) returns nil. On inspection of thread.c, the only Lisp symbols it creates if THREADS_ENABLED is not defined are: threadp mutexp condition-variable-p main-thread