HomeSort by relevance Sort by last modified time
    Searched refs:isthreaded (Results 1 - 7 of 7) sorted by null

  /external/jemalloc/include/jemalloc/internal/
mutex.h 49 extern bool isthreaded;
51 # undef isthreaded /* Undo private_namespace.h definition. */ macro
52 # define isthreaded true macro
75 if (isthreaded) {
94 if (isthreaded) {
private_namespace.h 299 #define isthreaded JEMALLOC_N(isthreaded) macro
private_unnamespace.h 299 #undef isthreaded macro
  /external/jemalloc/src/
mutex.c 16 bool isthreaded = false; variable
29 * We intercept pthread_create() calls in order to toggle isthreaded if the
48 isthreaded = true;
zone.c 159 if (isthreaded)
167 if (isthreaded)
tsd.c 136 isthreaded = true;
arena.c     [all...]

Completed in 1872 milliseconds