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

Method cancel

dds/DCPS/ReactorTask.cpp:572–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572void ReactorWrapper::cancel(TimerId timer)
573{
574#if OPENDDS_CONFIG_BOOTTIME_TIMERS
575 timer_heap_.cancel(timer);
576#else
577 reactor_->cancel_timer(timer);
578#endif
579}
580
581int ReactorWrapper::register_handler(ACE_HANDLE io_handle,
582 ACE_Event_Handler* event_handler,

Callers 15

test_stopMethod · 0.45
test_stopMethod · 0.45
action_stopMethod · 0.45
~DataWriterImplMethod · 0.45
type_lookup_finiMethod · 0.45
disable_iMethod · 0.45
~DataReaderImpl_TFunction · 0.45
qos_changeFunction · 0.45
delay_sampleFunction · 0.45
~DataReaderImplMethod · 0.45
schedule_deadlineMethod · 0.45
cancel_all_deadlinesMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_stopMethod · 0.36
test_stopMethod · 0.36