| 30 | } |
| 31 | |
| 32 | void cmFileLockPool::PopFileScope() |
| 33 | { |
| 34 | assert(!this->FileScopes.empty()); |
| 35 | this->FileScopes.pop_back(); |
| 36 | } |
| 37 | |
| 38 | cmFileLockResult cmFileLockPool::LockFunctionScope(std::string const& filename, |
| 39 | unsigned long timeoutSec) |
no test coverage detected