Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ wait
Method
wait
tests/stress-tests/dds/DCPS/DispatchService.cpp:34–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void wait(size_t target)
35
{
36
ACE_Guard<ACE_Thread_Mutex> guard(mutex_);
37
while (call_count_ < target) {
38
cv_.wait(tsm_);
39
}
40
}
41
42
private:
43
ACE_Thread_Mutex mutex_;
Callers
10
read
Function · 0.45
ACE_TMAIN
Function · 0.45
svc
Method · 0.45
run_test
Function · 0.45
wait_for
Method · 0.45
do_locks
Method · 0.45
do_resets
Method · 0.45
wait_timeout
Method · 0.45
TEST
Function · 0.45
wait_for_max_count
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected