shared.name {synchronicity}R Documentation

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)

Arguments

m

a boost.mutex object

Value

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

Examples

x = boost.mutex()
print(shared.name(x))

[Package synchronicity version 1.3.10 Index]