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

  /external/jemalloc_new/include/jemalloc/internal/
mutex_prof.h 43 OP(total_wait_time, uint64_t, "total_wait_ns") \
  /art/runtime/
thread_list.cc 446 uint64_t total_wait_time = 0; local
468 total_wait_time += kEmptyCheckpointPeriodicTimeoutMs;
469 if (kIsDebugBuild && total_wait_time > kEmptyCheckpointTotalTimeoutMs) {
    [all...]

Completed in 7407 milliseconds