Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/platform/
Dtime.cc45 thread_basic_info_data_t thread_info_data; in ComputeThreadTicks() local
49 reinterpret_cast<thread_info_t>(&thread_info_data), in ComputeThreadTicks()
54 CHECK_LE(thread_info_data.user_time.seconds, in ComputeThreadTicks()
56 thread_info_data.system_time.seconds); in ComputeThreadTicks()
58 thread_info_data.user_time.seconds + thread_info_data.system_time.seconds; in ComputeThreadTicks()
67 micros += (thread_info_data.user_time.microseconds + in ComputeThreadTicks()
68 thread_info_data.system_time.microseconds); in ComputeThreadTicks()