Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ wait_for_max_count
Method
wait_for_max_count
tests/stress-tests/dds/DCPS/JobQueue.cpp:55–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void wait_for_max_count()
56
{
57
ACE_Guard<ACE_Thread_Mutex> lock(mutex_);
58
while (current_count_ < count_max_) {
59
cv_.wait(tsm);
60
}
61
}
62
63
};
64
Callers
1
TEST
Function · 0.80
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected