summaryrefslogtreecommitdiff
path: root/src/thread.h
AgeCommit message (Expand)Author
2016-12-22Fix last change with thread marking under GC_CHECK_MARKED_OBJECTSEli Zaretskii
2016-12-19Fix crashes upon C-g on Posix TTY framesEli Zaretskii
2016-12-17Fix commentsEli Zaretskii
2016-12-11Undo part of last changeEli Zaretskii
2016-12-11Avoid aborts when a thread signals an errorEli Zaretskii
2016-12-10; Fix copyright years in new filesGlenn Morris
2016-12-09Fix compilation warnings due to prototype of thread_selectEli Zaretskii
2016-12-09Fix compilation on Debian GNU/LinuxEli Zaretskii
2016-12-05Fix compilation problems.Eli Zaretskii
2016-12-04Merge branch 'concurrency'Eli Zaretskii
2015-11-02Fix the MS-Windows buildEli Zaretskii
2015-11-01merge from trunkKen Raeburn
2013-08-27make thread_check_current_buffer return boolTom Tromey
2013-08-26fix whitespace_regexp warningTom Tromey
2013-07-06merge from trunkTom Tromey
2013-07-03remove unused field from struct thread_stateTom Tromey
2013-06-03merge from trunk; clean up some issuesTom Tromey
2013-03-18don't let kill-buffer kill a buffer if it is current in any threadTom Tromey
2013-03-17merge from trunkTom Tromey
2012-08-19condition variablesTom Tromey
2012-08-18comment fixesTom Tromey
2012-08-18refactor systhread.hTom Tromey
2012-08-15process changesTom Tromey
2012-08-15This adds thread-blocker, a function to examine what a thread isTom Tromey
2012-08-15This adds names to mutexes. This seemed like a nice debuggingTom Tromey
2012-08-15This supplies the mutex implementation for Emacs Lisp.Tom Tromey
2012-08-15This adds most of the thread features visible to emacs lisp.Tom Tromey
2012-08-15This turns thread_state into a pseudovector and updates various bitsTom Tromey
2012-08-15This introduces some new functions to handle the specpdl. The basicTom Tromey
2012-08-15This introduces the low-level system threading support. It also addsTom Tromey
2012-08-15This parameterizes the GC a bit to make it thread-ready.Tom Tromey
2012-08-15This introduces a thread-state object and moves various C globalsTom Tromey