Learn R Programming

synchronicity (version 1.3.10)

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

Examples

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

Run the code above in your browser using DataLab