[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
17.3.3 Mutexes
Thread locking mechanism is common to Fair Threads and Posix Threads (see Thread Common Functions).
- SRFI-18 function: mutex-state mutex
Returns the symbol
locked
when the mutex is locked by a thread. Otherwise, it returns the symbolunlocked
.
This document was generated on March 31, 2014 using texi2html 5.0.