Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/time/
H A Dtime_mac.cc111 thread_basic_info_data_t thread_info_data; in ComputeThreadTicks()
116 reinterpret_cast<thread_info_t>(&thread_info_data), in ComputeThreadTicks()
121 thread_info_data.user_time.seconds + in ComputeThreadTicks()
122 thread_info_data.system_time.seconds); in ComputeThreadTicks()
124 absolute_micros += (thread_info_data.user_time.microseconds + in ComputeThreadTicks()
125 thread_info_data.system_time.microseconds); in ComputeThreadTicks()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/time/
H A Dtime_mac.cc110 thread_basic_info_data_t thread_info_data; in ComputeThreadTicks()
115 reinterpret_cast<thread_info_t>(&thread_info_data), in ComputeThreadTicks()
120 thread_info_data.user_time.seconds + in ComputeThreadTicks()
121 thread_info_data.system_time.seconds); in ComputeThreadTicks()
123 absolute_micros += (thread_info_data.user_time.microseconds + in ComputeThreadTicks()
124 thread_info_data.system_time.microseconds); in ComputeThreadTicks()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/management/
H A DMacosxOperatingSystem.c93 struct task_thread_times_info thread_info_data; in Java_sun_management_OperatingSystemImpl_getProcessCpuLoad0() local
105 (task_info_t)&thread_info_data, in Java_sun_management_OperatingSystemImpl_getProcessCpuLoad0()
124 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval); in Java_sun_management_OperatingSystemImpl_getProcessCpuLoad0()
125 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval); in Java_sun_management_OperatingSystemImpl_getProcessCpuLoad0()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.management/macosx/native/libmanagement_ext/
H A DUnixOperatingSystem.c93 struct task_thread_times_info thread_info_data; in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0() local
105 (task_info_t)&thread_info_data, in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
124 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval); in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
125 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval); in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/management/
H A DMacosxOperatingSystem.c93 struct task_thread_times_info thread_info_data; in Java_sun_management_OperatingSystemImpl_getProcessCpuLoad0() local
105 (task_info_t)&thread_info_data, in Java_sun_management_OperatingSystemImpl_getProcessCpuLoad0()
124 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval); in Java_sun_management_OperatingSystemImpl_getProcessCpuLoad0()
125 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval); in Java_sun_management_OperatingSystemImpl_getProcessCpuLoad0()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.management/macosx/native/libmanagement_ext/
H A DUnixOperatingSystem.c93 struct task_thread_times_info thread_info_data; in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0() local
105 (task_info_t)&thread_info_data, in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
124 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval); in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
125 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval); in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.management/macosx/native/libmanagement_ext/
H A DUnixOperatingSystem.c93 struct task_thread_times_info thread_info_data; in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0() local
105 (task_info_t)&thread_info_data, in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
124 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval); in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
125 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval); in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.management/macosx/native/libmanagement_ext/
H A DUnixOperatingSystem.c93 struct task_thread_times_info thread_info_data; in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0() local
105 (task_info_t)&thread_info_data, in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
124 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval); in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
125 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval); in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.management/macosx/native/libmanagement_ext/
H A DUnixOperatingSystem.c93 struct task_thread_times_info thread_info_data; in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0() local
105 (task_info_t)&thread_info_data, in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
124 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval); in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
125 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval); in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.management/macosx/native/libmanagement_ext/
H A DUnixOperatingSystem.c93 struct task_thread_times_info thread_info_data; in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0() local
105 (task_info_t)&thread_info_data, in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
124 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval); in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
125 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval); in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.management/macosx/native/libmanagement_ext/
H A DUnixOperatingSystem.c93 struct task_thread_times_info thread_info_data; in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0() local
105 (task_info_t)&thread_info_data, in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
124 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval); in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
125 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval); in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.management/macosx/native/libmanagement_ext/
H A DUnixOperatingSystem.c93 struct task_thread_times_info thread_info_data; in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0() local
105 (task_info_t)&thread_info_data, in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
124 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval); in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
125 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval); in Java_com_sun_management_internal_OperatingSystemImpl_getProcessCpuLoad0()
/dports/devel/gdb/gdb-11.1/gdb/
H A Ddarwin-nat-info.c372 } thread_info_data; in info_mach_thread_command() local
385 (thread_info_t) & thread_info_data.basic, in info_mach_thread_command()
390 PRINT_FIELD (&thread_info_data.basic, user_time); in info_mach_thread_command()
391 PRINT_FIELD (&thread_info_data.basic, system_time); in info_mach_thread_command()
393 PRINT_FIELD (&thread_info_data.basic, cpu_usage); in info_mach_thread_command()
394 PRINT_FIELD (&thread_info_data.basic, run_state); in info_mach_thread_command()
395 PRINT_FIELD (&thread_info_data.basic, flags); in info_mach_thread_command()
396 PRINT_FIELD (&thread_info_data.basic, suspend_count); in info_mach_thread_command()
397 PRINT_FIELD (&thread_info_data.basic, sleep_time); in info_mach_thread_command()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Ddarwin-nat-info.c374 } thread_info_data; in info_mach_thread_command() local
387 (thread_info_t) & thread_info_data.basic, in info_mach_thread_command()
392 PRINT_FIELD (&thread_info_data.basic, user_time); in info_mach_thread_command()
393 PRINT_FIELD (&thread_info_data.basic, system_time); in info_mach_thread_command()
395 PRINT_FIELD (&thread_info_data.basic, cpu_usage); in info_mach_thread_command()
396 PRINT_FIELD (&thread_info_data.basic, run_state); in info_mach_thread_command()
397 PRINT_FIELD (&thread_info_data.basic, flags); in info_mach_thread_command()
398 PRINT_FIELD (&thread_info_data.basic, suspend_count); in info_mach_thread_command()
399 PRINT_FIELD (&thread_info_data.basic, sleep_time); in info_mach_thread_command()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Ddarwin-nat-info.c375 } thread_info_data; in info_mach_thread_command() local
388 (thread_info_t) & thread_info_data.basic, in info_mach_thread_command()
393 PRINT_FIELD (&thread_info_data.basic, user_time); in info_mach_thread_command()
394 PRINT_FIELD (&thread_info_data.basic, system_time); in info_mach_thread_command()
396 PRINT_FIELD (&thread_info_data.basic, cpu_usage); in info_mach_thread_command()
397 PRINT_FIELD (&thread_info_data.basic, run_state); in info_mach_thread_command()
398 PRINT_FIELD (&thread_info_data.basic, flags); in info_mach_thread_command()
399 PRINT_FIELD (&thread_info_data.basic, suspend_count); in info_mach_thread_command()
400 PRINT_FIELD (&thread_info_data.basic, sleep_time); in info_mach_thread_command()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/base/platform/
H A Dtime.cc34 thread_basic_info_data_t thread_info_data; in ComputeThreadTicks() local
38 reinterpret_cast<thread_info_t>(&thread_info_data), in ComputeThreadTicks()
43 CHECK_LE(thread_info_data.user_time.seconds, in ComputeThreadTicks()
45 thread_info_data.system_time.seconds); in ComputeThreadTicks()
47 thread_info_data.user_time.seconds + thread_info_data.system_time.seconds; in ComputeThreadTicks()
56 micros += (thread_info_data.user_time.microseconds + in ComputeThreadTicks()
57 thread_info_data.system_time.microseconds); in ComputeThreadTicks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/base/platform/
H A Dtime.cc38 thread_basic_info_data_t thread_info_data; in ComputeThreadTicks() local
42 reinterpret_cast<thread_info_t>(&thread_info_data), in ComputeThreadTicks()
47 CHECK_LE(thread_info_data.user_time.seconds, in ComputeThreadTicks()
49 thread_info_data.system_time.seconds); in ComputeThreadTicks()
51 thread_info_data.user_time.seconds + thread_info_data.system_time.seconds; in ComputeThreadTicks()
60 micros += (thread_info_data.user_time.microseconds + in ComputeThreadTicks()
61 thread_info_data.system_time.microseconds); in ComputeThreadTicks()
/dports/lang/v8/v8-9.6.180.12/src/base/platform/
H A Dtime.cc43 thread_basic_info_data_t thread_info_data; in ComputeThreadTicks() local
47 reinterpret_cast<thread_info_t>(&thread_info_data), in ComputeThreadTicks()
52 CHECK_LE(thread_info_data.user_time.seconds, in ComputeThreadTicks()
54 thread_info_data.system_time.seconds); in ComputeThreadTicks()
56 thread_info_data.user_time.seconds + thread_info_data.system_time.seconds; in ComputeThreadTicks()
65 micros += (thread_info_data.user_time.microseconds + in ComputeThreadTicks()
66 thread_info_data.system_time.microseconds); in ComputeThreadTicks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/process/
H A Dprocess_metrics_mac.cc127 task_thread_times_info thread_info_data; in GetCumulativeCPUUsage() local
131 reinterpret_cast<task_info_t>(&thread_info_data), in GetCumulativeCPUUsage()
145 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval); in GetCumulativeCPUUsage()
146 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval); in GetCumulativeCPUUsage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/process/
H A Dprocess_metrics_mac.cc126 task_thread_times_info thread_info_data; in GetCumulativeCPUUsage() local
130 reinterpret_cast<task_info_t>(&thread_info_data), in GetCumulativeCPUUsage()
144 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval); in GetCumulativeCPUUsage()
145 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval); in GetCumulativeCPUUsage()
/dports/devel/folly/folly-2021.12.27.00/folly/portability/
H A DTime.cpp87 thread_basic_info_data_t thread_info_data; in clock_thread_cputime() local
90 thread, THREAD_BASIC_INFO, (thread_info_t)&thread_info_data, &count); in clock_thread_cputime()
95 auto cputime = time_value_to_ns(thread_info_data.system_time) + in clock_thread_cputime()
96 time_value_to_ns(thread_info_data.user_time); in clock_thread_cputime()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/examples/objc/AppRTCMobile/common/
H A DARDUtilities.m108 thread_basic_info_data_t thread_info_data = {};
114 (thread_info_t)&thread_info_data,
118 100.f * (float)thread_info_data.cpu_usage / TH_USAGE_SCALE;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/examples/objc/AppRTCMobile/common/
H A DARDUtilities.m108 thread_basic_info_data_t thread_info_data = {};
114 (thread_info_t)&thread_info_data,
118 100.f * (float)thread_info_data.cpu_usage / TH_USAGE_SCALE;
/dports/www/node10/node-v10.24.1/deps/v8/src/base/platform/
H A 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()