Searched refs:isthreaded (Results 1 – 8 of 8) sorted by relevance
49 extern bool isthreaded;51 # undef isthreaded /* Undo private_namespace.h definition. */52 # define isthreaded true macro75 if (isthreaded) { in malloc_mutex_lock()94 if (isthreaded) { in malloc_mutex_unlock()
297 isthreaded
299 #define isthreaded JEMALLOC_N(isthreaded) macro
299 #undef isthreaded
16 bool isthreaded = false; variable48 isthreaded = true; in pthread_create_once()
159 if (isthreaded) in zone_force_lock()167 if (isthreaded) in zone_force_unlock()
136 isthreaded = true; in _tls_callback()
2393 if (config_prof && !isthreaded && arena_prof_accum(arena, usize)) in arena_malloc_small()