boost.mutex-class: Class "boost.mutex"

Description Objects from the Class Slots Extends Methods Author(s) See Also Examples

Description

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

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(s)

Michael J. Kane <bigmemoryauthors@gmail.com>

See Also

boost.mutex

Examples

1
showClass("boost.mutex")

synchronicity documentation built on May 2, 2019, 5:24 p.m.