powered by
This function returns the shared resource associated with a boost.mutex object.
boost.mutex
shared.name(m)
A string specifying the shared resource associated with the given boost.mutex object.
a boost.mutex object
x = boost.mutex() print(shared.name(x))
Run the code above in your browser using DataLab