Description Usage Arguments Value Examples
Inter-process locks
| 1 2 3 4 5 6 7 | 
| id | character(1) identifying the lock to be obtained. | 
locked() returns TRUE when mutex is locked,
and FALSE otherwise.
lock() creates a named lock, returning TRUE
on success.
trylock() returns TRUE if the lock is
obtained, FALSE otherwise.
unlock() returns TRUE on success,
FALSE (e.g., because there is nothing to unlock)
otherwise.
| 1 2 3 4 5 6 7 8 9 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.