MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / tsd_global_slow

Function tsd_global_slow

deps/jemalloc/src/tsd.c:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150bool
151tsd_global_slow() {
152 return atomic_load_u32(&tsd_global_slow_count, ATOMIC_RELAXED) > 0;
153}
154
155/******************************************************************************/
156

Callers 2

check_global_slowFunction · 0.85
tsd_state_computeFunction · 0.85

Calls

no outgoing calls

Tested by 1

check_global_slowFunction · 0.68