Searched refs:isthreaded (Results 1 – 8 of 8) sorted by relevance
45 extern bool isthreaded;47 # undef isthreaded /* Undo private_namespace.h definition. */48 # define isthreaded true macro71 if (isthreaded) { in malloc_mutex_lock()86 if (isthreaded) { in malloc_mutex_unlock()
288 isthreaded
288 #define isthreaded JEMALLOC_N(isthreaded) macro
288 #undef isthreaded
16 bool isthreaded = false; variable48 isthreaded = true; in pthread_create_once()
157 if (isthreaded) in zone_force_lock()165 if (isthreaded) in zone_force_unlock()
133 isthreaded = true; in _tls_callback()
1988 if (config_prof && !isthreaded && arena_prof_accum(arena, size)) in arena_malloc_small()