Home
last modified time | relevance | path

Searched refs:thread_now (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_cpu.c333 int64_t thread_now; in query_api_thread_busy_status() local
336 thread_now = util_current_thread_get_time_nano(); in query_api_thread_busy_status()
341 thread_now = util_queue_get_thread_time_nano(mon->queue, 0); in query_api_thread_busy_status()
343 thread_now = 0; in query_api_thread_busy_status()
346 double percent = (thread_now - info->last_thread_time) * 100.0 / in query_api_thread_busy_status()
357 info->last_thread_time = thread_now; in query_api_thread_busy_status()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-starboard.cc91 SbTimeMonotonic thread_now = SbTimeGetMonotonicThreadNow(); in GetUserTime()
92 *secs = thread_now / kSbTimeSecond; in GetUserTime()
93 *usecs = thread_now % kSbTimeSecond; in GetUserTime()

Completed in 3 milliseconds