MCPcopy 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
42private:
43 ACE_Thread_Mutex mutex_;

Callers 10

readFunction · 0.45
ACE_TMAINFunction · 0.45
svcMethod · 0.45
run_testFunction · 0.45
wait_forMethod · 0.45
do_locksMethod · 0.45
do_resetsMethod · 0.45
wait_timeoutMethod · 0.45
TESTFunction · 0.45
wait_for_max_countMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected