Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ Pause
Method
Pause
src/colmap/util/threading.cc:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void Thread::Pause() {
72
std::unique_lock<std::mutex> lock(mutex_);
73
paused_ = true;
74
}
75
76
void Thread::Resume() {
77
std::unique_lock<std::mutex> lock(mutex_);
Callers
2
BlockIfPaused
Method · 0.45
RunFunc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected