Learn R Programming

synchronicity (version 1.3.5)

boost.mutex-class: Class ``boost.mutex''

Description

The boost.mutex class provides an R interface to the mutex functionality implemented in the Boost C++ library

Arguments

Objects from the Class

Unlike many R objects, objects should not be created by calls of the form new("boost.mutex", ...). The function boost.mutex() is intended for the user.

Slots

isRead:

This is used internally to maintain state information and should not be touched by a user.

mutexInfoAddr:

Object of class "externalptr" which keeps track of information relevant to the mutex.

Extends

Class "mutex", directly.

Methods

describe

signature(x = "boost.mutex"): ...

is.timed

signature(m = "boost.mutex"): ...

lock.shared

signature(m = "boost.mutex"): ...

lock

signature(m = "boost.mutex"): ...

shared.name

signature(m = "boost.mutex"): ...

timeout

signature(m = "boost.mutex"): ...

unlock

signature(m = "boost.mutex"): ...

Author

Michael J. Kane <bigmemoryauthors@gmail.com>

See Also

boost.mutex

Examples

Run this code
showClass("boost.mutex")

Run the code above in your browser using DataLab