Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ Size
Method
Size
src/colmap/util/threading.h:406–409 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
404
405
template <typename T>
406
size_t JobQueue<T>::Size() {
407
std::unique_lock<std::mutex> lock(mutex_);
408
return jobs_.size();
409
}
410
411
template <typename T>
412
bool JobQueue<T>::Push(T data) {
Callers
15
ReconstructionManagerToMap
Function · 0.45
TEST_P
Function · 0.45
Match
Method · 0.45
Verify
Method · 0.45
MergeClusters
Function · 0.45
Run
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
CreateDatabaseCacheOptions
Function · 0.45
Run
Method · 0.45
Reconstruct
Method · 0.45
Run
Method · 0.45
Calls
1
size
Method · 0.80
Tested by
6
TEST_P
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36