Home
last modified time | relevance | path

Searched refs:forking (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dwitness.c77 witness_tsd->forking = true; in witness_prefork()
85 witness_tsd->forking = false; in witness_postfork_parent()
99 witness_tsd->forking = false; in witness_postfork_child()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dwitness.h109 bool forking; member
297 } else if (witness_tsd->forking && w->rank <= witness->rank) { in witness_lock()
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog151 to contain no tcaches except the forking thread's. (@interwq)
1047 them during process forking.