index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread.h
Age
Commit message (
Expand
)
Author
2016-12-22
Fix last change with thread marking under GC_CHECK_MARKED_OBJECTS
Eli Zaretskii
2016-12-19
Fix crashes upon C-g on Posix TTY frames
Eli Zaretskii
2016-12-17
Fix comments
Eli Zaretskii
2016-12-11
Undo part of last change
Eli Zaretskii
2016-12-11
Avoid aborts when a thread signals an error
Eli Zaretskii
2016-12-10
; Fix copyright years in new files
Glenn Morris
2016-12-09
Fix compilation warnings due to prototype of thread_select
Eli Zaretskii
2016-12-09
Fix compilation on Debian GNU/Linux
Eli Zaretskii
2016-12-05
Fix compilation problems.
Eli Zaretskii
2016-12-04
Merge branch 'concurrency'
Eli Zaretskii
2015-11-02
Fix the MS-Windows build
Eli Zaretskii
2015-11-01
merge from trunk
Ken Raeburn
2013-08-27
make thread_check_current_buffer return bool
Tom Tromey
2013-08-26
fix whitespace_regexp warning
Tom Tromey
2013-07-06
merge from trunk
Tom Tromey
2013-07-03
remove unused field from struct thread_state
Tom Tromey
2013-06-03
merge from trunk; clean up some issues
Tom Tromey
2013-03-18
don't let kill-buffer kill a buffer if it is current in any thread
Tom Tromey
2013-03-17
merge from trunk
Tom Tromey
2012-08-19
condition variables
Tom Tromey
2012-08-18
comment fixes
Tom Tromey
2012-08-18
refactor systhread.h
Tom Tromey
2012-08-15
process changes
Tom Tromey
2012-08-15
This adds thread-blocker, a function to examine what a thread is
Tom Tromey
2012-08-15
This adds names to mutexes. This seemed like a nice debugging
Tom Tromey
2012-08-15
This supplies the mutex implementation for Emacs Lisp.
Tom Tromey
2012-08-15
This adds most of the thread features visible to emacs lisp.
Tom Tromey
2012-08-15
This turns thread_state into a pseudovector and updates various bits
Tom Tromey
2012-08-15
This introduces some new functions to handle the specpdl. The basic
Tom Tromey
2012-08-15
This introduces the low-level system threading support. It also adds
Tom Tromey
2012-08-15
This parameterizes the GC a bit to make it thread-ready.
Tom Tromey
2012-08-15
This introduces a thread-state object and moves various C globals
Tom Tromey
[prev]