1.0.25.18: it's only SHOW
authorGabor Melis <mega@hotpop.com>
Mon, 16 Feb 2009 21:31:32 +0000 (21:31 +0000)
committerGabor Melis <mega@hotpop.com>
Mon, 16 Feb 2009 21:31:32 +0000 (21:31 +0000)
commitce027af4a3f623440d33e7be119fe46caaecee65
treefef75c5d7069f77e4e3f2a9089d0f08adfe003c1
parentfaba0f9a5c990ea378e53f995acf9cdf3258c412
1.0.25.18: it's only SHOW

- fix compilation with QSHOW

- SHOW prints thread id on threaded builds

- SHOWing os_threads

  - do not print pthread_self() that's the job of SHOW
  - always print thread ids with %lu
  - states with %x

- add more SHOW to ease debugging

- gc_stop_the_world: don't flood with FSHOW_SIGNAL when waiting for
  another thread to change states

- signal safe SHOW

  (if QSHOW_SAFE is defined)
doc/internals/signals.texinfo
src/runtime/gencgc.c
src/runtime/interrupt.c
src/runtime/interrupt.h
src/runtime/runtime.h
src/runtime/thread.c
src/runtime/thread.h
version.lisp-expr