MCPcopy 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}
117void ThreadPool::deactive() {
118 mActiveCount--;
119}
120
121void ThreadPool::enqueue(TASK* taskp, int index) {
122 auto& task = *taskp;

Callers 3

_bindCPUCoreMethod · 0.80
onConcurrencyEndMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 1

runMethod · 0.64