Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ deactive
Method
deactive
source/backend/cpu/ThreadPool.cpp:117–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
mCondition.notify_all();
116
}
117
void ThreadPool::deactive() {
118
mActiveCount--;
119
}
120
121
void ThreadPool::enqueue(TASK* taskp, int index) {
122
auto& task = *taskp;
Callers
3
_bindCPUCore
Method · 0.80
onConcurrencyEnd
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
1
run
Method · 0.64