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

  /external/jemalloc/src/
mutex.c 89 mutex->postponed_next = postponed_mutexes;
154 postponed_mutexes = postponed_mutexes->postponed_next;
  /external/jemalloc_new/src/
mutex.c 152 mutex->postponed_next = postponed_mutexes;
220 postponed_mutexes = postponed_mutexes->postponed_next;
  /external/jemalloc/include/jemalloc/internal/
mutex.h 47 malloc_mutex_t *postponed_next;
  /external/jemalloc_new/include/jemalloc/internal/
mutex.h 44 malloc_mutex_t *postponed_next; member in struct:malloc_mutex_s::__anon25134::__anon25135

Completed in 165 milliseconds