MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / wait

Method wait

dds/DCPS/DomainParticipantImpl.cpp:2589–2598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2587}
2588
2589void
2590DomainParticipantImpl::ShutdownHandler::wait()
2591{
2592 shutdown_mutex_.acquire();
2593 ThreadStatusManager& thread_status_manager = TheServiceParticipant->get_thread_status_manager();
2594 while (!shutdown_complete_) {
2595 shutdown_condition_.wait(thread_status_manager);
2596 }
2597 shutdown_mutex_.release();
2598}
2599
2600bool DomainParticipantImpl::prepare_to_delete_datawriters()
2601{

Callers 3

await_handleMethod · 0.45
get_dynamic_typeMethod · 0.45

Calls 2

acquireMethod · 0.80
releaseMethod · 0.45

Tested by

no test coverage detected