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