|
CAPIO-CL 1.4.0
CAPIO-CL: Cross Application Programmable I/O - Coordination Language
|
Class to implement a shared mutex lock guard. More...
Public Member Functions | |
| shared_lock_guard (SharedMutex &m) | |
| Constructor: acquire semaphore shared. | |
| ~shared_lock_guard () | |
| Destructor: release resources. | |
| shared_lock_guard (const shared_lock_guard &)=delete | |
| shared_lock_guard & | operator= (const shared_lock_guard &)=delete |
Class to implement a shared mutex lock guard.