Searched defs:init_lock_initialized (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/src/
H A Djemalloc.c214 static bool init_lock_initialized = false; variable
226 * of the accessed to the init_lock_initialized boolean, since it
229 if (!init_lock_initialized)
231 init_lock_initialized = true;

Completed in 392 milliseconds