1.0.37.30: OAOOize type of NAME slots between THREAD, MUTEX &c.
authorTobias C. Rittweiler <trittweiler@users.sourceforge.net>
Sat, 3 Apr 2010 13:25:34 +0000 (13:25 +0000)
committerTobias C. Rittweiler <trittweiler@users.sourceforge.net>
Sat, 3 Apr 2010 13:25:34 +0000 (13:25 +0000)
commit17fc7b64d2125ab8cb9d19c5e730c8ea5de38d1b
treea0286120907dfac86c7b93cb29146eac08bfa696
parent29d8741c513c6866c1cc618132964e6d320b5e41
1.0.37.30: OAOOize type of NAME slots between THREAD, MUTEX &c.

  * Introduce new type THREAD-NAME; it expands to SIMPLE-STRING for
    now; that's what some of the thread-related data structures
    (MUTEX, WAITQUEUE) used in past whereas others allowed anything
    (THREAD).

  * Use that type consistently for THREADs, MUTEXes, WAITQUEUES,
    SPINLOCKs and SEMAPHOREs.
src/code/target-thread.lisp
src/code/thread.lisp
version.lisp-expr