0.8.9.45:
authorChristophe Rhodes <csr21@cam.ac.uk>
Thu, 15 Apr 2004 13:17:18 +0000 (13:17 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Thu, 15 Apr 2004 13:17:18 +0000 (13:17 +0000)
commitec066d84dd46611428943d152749b3891a3f4b7c
treeb7691e0b8fdb65cac3f78d23c757681cddcfe087
parent1d794dfd69a5cfd7150166a48096cf5a5e4fe1e7
0.8.9.45:
Slight threadcode cleanup
... add boilerplate;
... make bodies of WITH-MUTEX and WITH-RECURSIVE-LOCK accept
declarations;
... implement GET-MUTEX and RELEASE-MUTEX for unithread, but
don't actually use them yet because we're still in
"no performance penalty for unithread";
... make WITH-MUTEX available in the cross-compiler, so that
if necessary we can lock sections non-recursively.
src/code/cross-thread.lisp
src/code/target-thread.lisp
src/code/target-unithread.lisp
src/code/thread.lisp
version.lisp-expr