MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / delay_time

Method delay_time

benchmarks/dlib/timer/timer_heavy.h:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 typename T
234 >
235 unsigned long timer_heavy<T>::
236 delay_time (
237 ) const
238 {
239 auto_mutex M(m);
240 return delay;
241 }
242
243// ----------------------------------------------------------------------------------------
244

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected