summaryrefslogtreecommitdiff
path: root/src/thread.c
AgeCommit message (Expand)Author
2012-08-19minor docstring fixupTom Tromey
2012-08-19add condition-mutex and condition-nameTom Tromey
2012-08-19ensure name of a thread is a stringTom Tromey
2012-08-19ensure name of a mutex is a stringTom Tromey
2012-08-19use NILPTom Tromey
2012-08-19condition variablesTom Tromey
2012-08-18refactor systhread.hTom Tromey
2012-08-17write docstrings for the thread functionsTom Tromey
2012-08-17declare unbind_for_thread_switch and rebind_for_thread_switch in lisp.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