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

  /external/jemalloc/src/
tsd.c 84 tsd->state = tsd_state_purgatory;
87 case tsd_state_purgatory:
90 * state to tsd_state_purgatory so that other destructors
98 * was called. Reset state to tsd_state_purgatory and request
101 tsd->state = tsd_state_purgatory;
  /external/jemalloc/include/jemalloc/internal/
tsd.h 23 tsd_state_purgatory, enumerator in enum:__anon20899
703 } else if (tsd->state == tsd_state_purgatory) {

Completed in 41 milliseconds