Learn R Programming

synchronicity (version 1.3.5)

shared.name: The name of a mutex's shared resource

Description

This function returns the shared resource associated with a boost.mutex object.

Usage

shared.name(m)

Value

A string specifying the shared resource associated with the given boost.mutex object.

Arguments

m

a boost.mutex object

Author

Michael J. Kane <bigmemoryauthors@gmail.com>

See Also

synchronicity

Examples

Run this code
x = boost.mutex()
print(shared.name(x))

Run the code above in your browser using DataLab