| 250 | { |
| 251 | public: |
| 252 | inline AutoGCBlocking(bool inSoftUnlock=false) : |
| 253 | mSoftUnlock(inSoftUnlock), mLocked( gc_try_blocking() ) { } |
| 254 | inline ~AutoGCBlocking() { Close(); } |
| 255 | inline void Close() |
| 256 | { |
nothing calls this directly
no test coverage detected