module
A module that provides a two-phase lock with a counter.
Aliases
- Synchronizer_m
Constants
EX = :EX
SH = :SH
UN = :UN
Attributes
[RW] | sync_ex_count | |
[RW] | sync_ex_locker | |
[RW] | sync_sh_locker | |
[RW] | sync_upgrade_waiting | |
[RW] | sync_waiting | |
[RW] | sync_mode |