HomeSort by: relevance | last modified time | path
    Searched refs:TE_MIN_START_WAIT (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/src/
peak_event.c 59 return TE_MIN_START_WAIT;
75 return TE_MIN_START_WAIT;
thread_event.c 239 if (TE_MIN_START_WAIT > 1U &&
240 unlikely(event_wait < TE_MIN_START_WAIT)) {
241 event_wait = TE_MIN_START_WAIT;
tcache.c 96 return TE_MIN_START_WAIT;
106 return TE_MIN_START_WAIT;
prof.c 216 return TE_MIN_START_WAIT;
stats.c 1924 return TE_MIN_START_WAIT;
  /src/external/bsd/jemalloc/dist/src/
peak_event.c 40 return TE_MIN_START_WAIT;
thread_event_registry.c 96 return TE_MIN_START_WAIT;
prof.c 253 return TE_MIN_START_WAIT;
tcache.c 111 return TE_MIN_START_WAIT;
stats.c 2127 return TE_MIN_START_WAIT;
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
thread_event.h 10 * TE_MIN_START_WAIT should not exceed the minimal allocation usize.
12 #define TE_MIN_START_WAIT ((uint64_t)1U)
  /src/external/bsd/jemalloc/include/jemalloc/internal/
thread_event.h 10 * TE_MIN_START_WAIT should not exceed the minimal allocation usize.
12 #define TE_MIN_START_WAIT ((uint64_t)1U)
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
thread_event.h 9 * TE_MIN_START_WAIT should not exceed the minimal allocation usize.
11 #define TE_MIN_START_WAIT ((uint64_t)1U)
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
thread_event.h 9 * TE_MIN_START_WAIT should not exceed the minimal allocation usize.
11 #define TE_MIN_START_WAIT ((uint64_t)1U)

Completed in 40 milliseconds