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

  /external/jemalloc/include/jemalloc/internal/
mutex.h 45 extern bool isthreaded;
47 # undef isthreaded /* Undo private_namespace.h definition. */ macro
48 # define isthreaded true macro
71 if (isthreaded) {
86 if (isthreaded) {
private_namespace.h 288 #define isthreaded JEMALLOC_N(isthreaded) macro
private_unnamespace.h 288 #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;

Completed in 74 milliseconds