[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Watchpoints for emacs lisp.
From: |
alin.s |
Subject: |
Re: Watchpoints for emacs lisp. |
Date: |
Mon, 24 May 2010 08:12:08 -0700 (PDT) |
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?
--
View this message in context:
http://old.nabble.com/Watchpoints-for-emacs-lisp.-tp28512483p28657973.html
Sent from the Emacs - Dev mailing list archive at Nabble.com.
- Re: Watchpoints for emacs lisp., (continued)
- Re: Watchpoints for emacs lisp., Chad Brown, 2010/05/17
- Re: Watchpoints for emacs lisp., Adrian Robert, 2010/05/18
- Re: Watchpoints for emacs lisp., Chad Brown, 2010/05/18
- Re: Watchpoints for emacs lisp., Andreas Schwab, 2010/05/18
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/24
- Re: Watchpoints for emacs lisp., Ken Raeburn, 2010/05/24
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/26
- Re: Watchpoints for emacs lisp.,
alin.s <=
- Re: Watchpoints for emacs lisp., Jan Djärv, 2010/05/24
- Re: Watchpoints for emacs lisp., Stefan Monnier, 2010/05/24
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/26
- Re: Watchpoints for emacs lisp., Stefan Monnier, 2010/05/26
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/26
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/27
- Re: Watchpoints for emacs lisp., Andreas Schwab, 2010/05/27
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/28
- Re: Watchpoints for emacs lisp., tomas, 2010/05/29
- Re: Watchpoints for emacs lisp., Ken Raeburn, 2010/05/19