1.0.48.12: fix bugs in deadlock detection and tests
authorNikodemus Siivola <nikodemus@random-state.net>
Wed, 11 May 2011 19:42:35 +0000 (19:42 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Wed, 11 May 2011 19:42:35 +0000 (19:42 +0000)
commit564b828342b894e8d65d15c676a402a8bbc08334
tree04d5a95a834e96cd50dcda9e14b878552e80e3ff
parent620e42eee9ba056d5e657f99c5dfdca20f4c4431
1.0.48.12: fix bugs in deadlock detection and tests

 * No timeouts on mutexes on lutex builds: so don't mark the wait as
   having one.

 * No timeouts on spinlocks, so don't mark the wait as having one even
   if there is a deadline.

 * More tests.
src/code/target-thread.lisp
tests/threads.pure.lisp
version.lisp-expr