Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/objc/AppRTCDemo/common/
DARDUtilities.m110 thread_basic_info_data_t thread_info_data = {};
116 (thread_info_t)&thread_info_data,
120 100.f * (float)thread_info_data.cpu_usage / TH_USAGE_SCALE;
/external/v8/src/base/platform/
Dtime.cc35 thread_basic_info_data_t thread_info_data; in ComputeThreadTicks() local
39 reinterpret_cast<thread_info_t>(&thread_info_data), in ComputeThreadTicks()
44 thread_info_data.user_time.seconds + in ComputeThreadTicks()
45 thread_info_data.system_time.seconds); in ComputeThreadTicks()
47 absolute_micros += (thread_info_data.user_time.microseconds + in ComputeThreadTicks()
48 thread_info_data.system_time.microseconds); in ComputeThreadTicks()