diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2007-06-26 03:29:25 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2007-06-26 03:29:25 +0000 |
commit | 56f3136b14426dc58245c3f853740b3b6f68f9be (patch) | |
tree | 28a05911e9957852beef6b4c2dd76c6ff20e4468 /lisp/emacs-lisp/edebug.el | |
parent | 7387d2a0ebe045390a46a52a53c6a3051cf6c343 (diff) | |
download | emacs-56f3136b14426dc58245c3f853740b3b6f68f9be.tar.gz emacs-56f3136b14426dc58245c3f853740b3b6f68f9be.tar.bz2 emacs-56f3136b14426dc58245c3f853740b3b6f68f9be.zip |
[HAVE_GTK_AND_PTHREAD] Check this after including config.h.
(_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
(LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
(_free_internal, memalign): Use them.
(_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
Initialize to PTHREAD_MUTEX_INITIALIZER.
(malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
(morecore_nolock): Rename from morecore. All uses changed.
Use only nolock versions of internal allocation functions.
(_malloc_internal_nolock, _realloc_internal_nolock)
(_free_internal_nolock): New functions created from
_malloc_internal, _realloc_internal, and _free_internal.
(_malloc_internal, _realloc_internal, _free_internal): Use them.
Copy hook value to automatic variable before its use.
(memalign): Copy hook value to automatic variable before its use.
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
0 files changed, 0 insertions, 0 deletions