Searched refs:mib (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/platform/ios/ |
H A D | process_helper.cpp | 454 int mib[2] = { CTL_KERN, KERN_BOOTTIME }; in GetSysTimer() local 460 if (sysctl(mib, MIB_SIZE, &boottime, &size, NULL, 0) != -1 && boottime.tv_sec != 0) { in GetSysTimer() 485 int mib[] = {CTL_KERN, KERN_PROC, KERN_PROC_PID, pid}; in GetProcessStartRealtime() local 487 int ret = sysctl(mib, sizeof(mib)/sizeof(*mib), &info, &size, NULL, 0); in GetProcessStartRealtime()
|