MCPcopy Create free account
hub / github.com/apache/impala / ShutDown

Method ShutDown

be/src/runtime/tmp-file-mgr.cc:2212–2219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2210}
2211
2212void TmpFileBufferPool::ShutDown() {
2213 {
2214 unique_lock<mutex> l(lock_);
2215 shut_down_ = true;
2216 }
2217 // Wake up the waiting thread.
2218 work_available_.NotifyAll();
2219}
2220
2221void TmpFileBufferPool::TmpFileSpaceReserveThreadLoop() {
2222 while (true) {

Callers 1

~TmpFileMgrMethod · 0.45

Calls 1

NotifyAllMethod · 0.80

Tested by

no test coverage detected