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

Method DequeueTmpFilesPool

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

Source from the content-addressed store, hash-verified

526}
527
528Status TmpFileMgr::DequeueTmpFilesPool(shared_ptr<TmpFile>* tmp_file, bool quick_return) {
529 return tmp_dirs_remote_ctrl_.tmp_file_pool_->DequeueTmpFilesPool(
530 tmp_file, quick_return);
531}
532
533void TmpFileMgr::ReleaseTmpFileReadBuffer(
534 const unique_lock<shared_mutex>& file_lock, TmpFile* tmp_file) {

Callers 1

TEST_FFunction · 0.80

Calls 15

SubstituteFunction · 0.85
OKFunction · 0.85
frontMethod · 0.80
GetRemoteTmpFileSizeMethod · 0.80
is_enqueuedMethod · 0.80
SetEnqueuedMethod · 0.80
bytes_used_metricMethod · 0.80
GetLocalBufferDirMethod · 0.80
StatusClass · 0.70
getMethod · 0.65
emptyMethod · 0.45

Tested by 1

TEST_FFunction · 0.64