MCPcopy Create free account
hub / github.com/apache/trafficserver / load

Method load

include/tsutil/Metrics.h:429–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427 }
428
429 static int64_t
430 load(const AtomicType *metric)
431 {
432 debug_assert(metric);
433 return metric->_value.load();
434 }
435
436 static void
437 store(AtomicType *metric, int64_t val)

Callers 15

record_loop_timeMethod · 0.45
reserveMethod · 0.45
update_max_countMethod · 0.45
migrate_fromMethod · 0.45
ip_ageMethod · 0.45
AddMethod · 0.45
BaseMetricsClass · 0.45
lock_sharedMethod · 0.45
try_lock_sharedMethod · 0.45
_revokeMethod · 0.45
onMethod · 0.45
global_onMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected