Home
last modified time | relevance | path

Searched refs:last_time (Results 1 – 1 of 1) sorted by relevance

/ark/runtime_core/runtime/
Dthread_manager.h103 int64_t last_time = start; in EnumerateThreadsForDump() local
109 if ((end - last_time) > K_MAX_SINGLE_DUMP_TIME_NS) { in EnumerateThreadsForDump()
111 << "timeout : " << (end - last_time); in EnumerateThreadsForDump()
113 last_time = end; in EnumerateThreadsForDump()