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

Method thread_status_interval

dds/DCPS/ThreadStatusManager.cpp:117–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void ThreadStatusManager::thread_status_interval(const TimeDuration& thread_status_interval)
118{
119 ManagerInfo copy;
120 {
121 ACE_GUARD(ACE_Thread_Mutex, g, lock_);
122 manager_info_.thread_status_interval(thread_status_interval);
123 copy = manager_info_;
124 }
125 update_manager_info(copy);
126}
127
128TimeDuration ThreadStatusManager::thread_status_interval() const
129{

Callers 11

runFunction · 0.45
svcMethod · 0.45
on_data_availableMethod · 0.45
set_manager_infoMethod · 0.45
updateMethod · 0.45
svcMethod · 0.45
run_reactor_iMethod · 0.45
svcMethod · 0.45
svcMethod · 0.45
enable_periodic_tasksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected