Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UbiquitousLearning/mllm
/ __threadPoolDestroy
Method
__threadPoolDestroy
mllm/engine/HpcThreadPool.cpp:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void HpcThreadPool::__threadPoolDestroy() { available_task_slots_ = 0; }
77
78
void HpcThreadPool::splitTask(HpcThreadPoolTask&& task, int task_slot_idx) {
79
// There are no task slots, use this main thread to compute!
Callers
1
~CPUBackend
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected