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

  /src/external/bsd/jemalloc.old/dist/src/
thread_event.c 38 return TE_INVALID_ELAPSED;
43 return TE_INVALID_ELAPSED;
64 return TE_INVALID_ELAPSED;
69 return TE_INVALID_ELAPSED;
tcache.c 218 assert(elapsed == TE_INVALID_ELAPSED);
224 assert(elapsed == TE_INVALID_ELAPSED);
prof.c 271 assert(elapsed > 0 && elapsed != TE_INVALID_ELAPSED);
stats.c 1929 assert(elapsed > 0 && elapsed != TE_INVALID_ELAPSED);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
thread_event.h 37 #define TE_INVALID_ELAPSED UINT64_MAX
  /src/external/bsd/jemalloc/include/jemalloc/internal/
thread_event.h 37 #define TE_INVALID_ELAPSED UINT64_MAX
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
thread_event.h 36 #define TE_INVALID_ELAPSED UINT64_MAX
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
thread_event.h 36 #define TE_INVALID_ELAPSED UINT64_MAX
  /src/external/bsd/jemalloc/dist/src/
prof.c 305 assert(elapsed > 0 && elapsed != TE_INVALID_ELAPSED);
stats.c 2137 assert(elapsed > 0 && elapsed != TE_INVALID_ELAPSED);

Completed in 24 milliseconds