Searched refs:isthreaded (Results 1 - 7 of 7) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dmutex.h59 extern bool isthreaded;
61 # undef isthreaded /* Undo private_namespace.h definition. */ macro
62 # define isthreaded true macro
88 if (isthreaded) {
111 if (isthreaded) {
133 if (isthreaded)
141 if (isthreaded)
H A Dprivate_namespace.h313 #define isthreaded JEMALLOC_N(isthreaded) macro
H A Dprivate_unnamespace.h313 #undef isthreaded macro
/external/jemalloc/src/
H A Dmutex.c16 bool isthreaded = false; variable
29 * We intercept pthread_create() calls in order to toggle isthreaded if the
48 isthreaded = true;
H A Dtsd.c138 isthreaded = true;
H A Dzone.c160 if (isthreaded)
175 if (isthreaded)
H A Darena.c2593 if (config_prof && !isthreaded && arena_prof_accum(tsdn, arena, usize))

Completed in 128 milliseconds