MCPcopy Create free account
hub / github.com/apache/impala / DoInit

Function DoInit

be/src/kudu/util/spinlock_profiling.cc:256–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void DoInit() {
257 base::subtle::Release_Store(reinterpret_cast<AtomicWord*>(&g_contention_stacks),
258 reinterpret_cast<uintptr_t>(new ContentionStacks()));
259 base::subtle::Release_Store(reinterpret_cast<AtomicWord*>(&g_contended_cycles),
260 reinterpret_cast<uintptr_t>(new LongAdder()));
261}
262
263} // anonymous namespace
264

Callers

nothing calls this directly

Calls 1

Release_StoreFunction · 0.50

Tested by

no test coverage detected