aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* This adds names to mutexes. This seemed like a nice debuggingTom Tromey2012-08-151-9/+16
* This supplies the mutex implementation for Emacs Lisp.Tom Tromey2012-08-151-1/+82
* This adds most of the thread features visible to emacs lisp.Tom Tromey2012-08-151-8/+346
* This turns thread_state into a pseudovector and updates various bitsTom Tromey2012-08-151-3/+19
* This introduces some new functions to handle the specpdl. The basicTom Tromey2012-08-151-0/+1
* This introduces the low-level system threading support. It also addsTom Tromey2012-08-151-0/+9
* This parameterizes the GC a bit to make it thread-ready.Tom Tromey2012-08-151-0/+79
* This introduces a thread-state object and moves various C globalsTom Tromey2012-08-151-0/+26