shared-methods: Is it a shared mutex?

sharedR Documentation

Is it a shared mutex?

Description

Tells the user if a mutex is a shared mutex. If it is not then it must be a write (exclusive) mutex.

Usage

shared(m)

## S4 method for signature 'boost.mutex'
shared(m)

Arguments

m

the mutex

Value

TRUE if the mutex is shared, FALSE otherwise.


kaneplusplus/synchronicity documentation built on Jan. 13, 2024, 9:13 p.m.