Boost Mutex Functionality in R


[Up] [Top]

Documentation for package ‘synchronicity’ version 1.3.5

Help Pages

synchronicity-package This package provides support for synchronization via mutexes and may eventually support interprocess communication (ipc) and message passing.
attach.mutex Attach to an existing mutex.
attach.mutex-method Attach to an existing mutex.
boost.mutex Create a boost.mutex object
boost.mutex-class Class "boost.mutex"
boost.mutex.descriptor-class An S4 class holding boost.mutex description information.
describe Create descriptors to mutexes and attach
describe-method Describe the boost.mutex object
description Accessor for descriptor objects
description-method Accessor for descriptor objects
descriptor-class An S4 class holding mutex description information.
is.timed Timeout operations for boost.mutex objects
is.timed-method Class "boost.mutex"
lock Lock and Unlock a Mutex
lock-method Class "boost.mutex"
lock.shared Lock and Unlock a Mutex
lock.shared-method Class "boost.mutex"
mutex-class Class "boost.mutex"
shared Is it a shared mutex?
shared-method Is it a shared mutex?
shared.name The name of a mutex's shared resource
shared.name-method Class "boost.mutex"
synchronicity This package provides support for synchronization via mutexes and may eventually support interprocess communication (ipc) and message passing.
timeout Timeout operations for boost.mutex objects
timeout-method Class "boost.mutex"
unlock Lock and Unlock a Mutex
unlock-method Class "boost.mutex"
unlock.shared Lock and Unlock a Mutex
unlock.shared-method Lock and Unlock a Mutex
uuid Create a universal unique identifier.