MCPcopy Create free account
hub / github.com/baidu/tera / GetPendingTaskNum

Method GetPendingTaskNum

src/leveldb/util/thread_pool.cc:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117int64_t ThreadPool::GetPendingTaskNum() {
118 MutexLock lock(&mutex_);
119 return pending_task_num_;
120}
121
122void ThreadPool::Timer() {
123 while (true) {

Callers 2

ScheduleUpdateFlashMethod · 0.80
UpdateFlashFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected