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

Function arena_nthreads_dec

deps/jemalloc/src/arena.c:1931–1934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1929}
1930
1931void
1932arena_nthreads_dec(arena_t *arena, bool internal) {
1933 atomic_fetch_sub_u(&arena->nthreads[internal], 1, ATOMIC_RELAXED);
1934}
1935
1936size_t
1937arena_extent_sn_next(arena_t *arena) {

Callers 2

arena_migrateFunction · 0.70
arena_unbindFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected