index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread.c
Age
Commit message (
Expand
)
Author
2012-08-19
minor docstring fixup
Tom Tromey
2012-08-19
add condition-mutex and condition-name
Tom Tromey
2012-08-19
ensure name of a thread is a string
Tom Tromey
2012-08-19
ensure name of a mutex is a string
Tom Tromey
2012-08-19
use NILP
Tom Tromey
2012-08-19
condition variables
Tom Tromey
2012-08-18
refactor systhread.h
Tom Tromey
2012-08-17
write docstrings for the thread functions
Tom Tromey
2012-08-17
declare unbind_for_thread_switch and rebind_for_thread_switch in lisp.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]