emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Watchpoints for emacs lisp.


From: Jan Djärv
Subject: Re: Watchpoints for emacs lisp.
Date: Mon, 24 May 2010 19:36:22 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4

2010-05-24 17:12, alin.s skrev:



The block of code that selects a new symbol (in make-symbol) protects the
shared resource 'symbol_free_list' and the list of blocks for symbol
allocation (symbol_block) against a concurrent access using the
MALLOC_BLOCK_INPUT macro. As far as I know, emacs is only on 1 thread of
execution.

In which cases the access to this shared resource is concurrent?


Gtk+ creates threads.

        Jan D.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]