describe: Create descriptors to mutexes and attach
Description
The describe function returns information that is needed to
``connect'' to a mutex from another process. This connection is performed
by the attach.mutex function.
Usage
describe(x)
Value
The describe function returns a boost.mutex.descriptor object.