| 2551 | } |
| 2552 | |
| 2553 | size_t getData() const { return size_t(writeLockDepth) << 24 | size_t(readLockDepth) << 16 | size_t(writeDepth) << 8 | size_t(readDepth); } |
| 2554 | |
| 2555 | PxU8 readDepth; // depth of re-entrant reads |
| 2556 | PxU8 writeDepth; // depth of re-entrant writes |
no outgoing calls
no test coverage detected