MCPcopy 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
76void HpcThreadPool::__threadPoolDestroy() { available_task_slots_ = 0; }
77
78void HpcThreadPool::splitTask(HpcThreadPoolTask&& task, int task_slot_idx) {
79 // There are no task slots, use this main thread to compute!

Callers 1

~CPUBackendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected