| Modifier and Type | Field and Description |
|---|---|
int |
_mrc
Number of times concurrent read access granted (multiple read count).
|
int |
_rc
Number of times read access granted (read count).
|
int |
_wc
Number of times write access granted (writer count).
|
int |
_wrc
Number of times blocked for read (waiting reader count).
|
int |
_wwc
Number of times blocked for write (waiting writer count).
|
public int _rc
public int _mrc
public int _wrc
public int _wc
public int _wwc