Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
int64_t ThreadPool::GetPendingTaskNum() {
118
MutexLock lock(&mutex_);
119
return pending_task_num_;
120
}
121
122
void ThreadPool::Timer() {
123
while (true) {
Callers
2
ScheduleUpdateFlash
Method · 0.80
UpdateFlashFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected