1.0.37.33: Add SB-THREAD:GRAB-MUTEX.
authorTobias C. Rittweiler <trittweiler@users.sourceforge.net>
Sat, 3 Apr 2010 16:46:04 +0000 (16:46 +0000)
committerTobias C. Rittweiler <trittweiler@users.sourceforge.net>
Sat, 3 Apr 2010 16:46:04 +0000 (16:46 +0000)
commit883474646eb02d2fc0de5dcf4c63cf7ff794b2eb
treea8b4c9acb017d123fcb5b2a83f47f9980a22d125
parent5ed095bdfed6d335ccc43ac4b826eeb0bf27963e
1.0.37.33: Add SB-THREAD:GRAB-MUTEX.

  * I unintentionally comitted the bulk of what was supposed to become
    this commit with 1.0.37.31. Sorry.

  * SB-THREAD:GRAB-MUTEX is like GET-MUTEX except it takes &key, not
    &optional parameters.

  * Also add a :TIMEOUT key parameter on non-lutex platforms.

  * Tests included. News updated. Phew.
NEWS
package-data-list.lisp-expr
src/code/target-thread.lisp
src/code/thread.lisp
tests/threads.impure.lisp
version.lisp-expr