Boost Mutex Functionality in R


[Up] [Top]

Documentation for package ‘synchronicity’ version 1.1.9.1

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 Class "boost.mutex"
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"
read Is it a read (shared) mutex?
read-method Is it a read (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"
uuid Create a universal unique identifier.