MCPcopy Create free account
hub / github.com/colmap/colmap / GetThreadId

Method GetThreadId

src/colmap/util/threading.cc:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132std::thread::id Thread::GetThreadId() const {
133 return std::this_thread::get_id();
134}
135
136void Thread::SignalValidSetup() {
137 std::unique_lock<std::mutex> lock(mutex_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected