Searched refs:systime (Results 1 – 9 of 9) sorted by relevance
32 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int…34 void printTime(char* systime, char* icutime);37 char systime[SIZE]; in main() local61 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime); in main()65 if (strcmp(systime, icutime) != 0) { in main()67 printTime(systime, icutime); in main()109 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int… in getSystemCurrentTime() argument130 strftime(systime, sizeof(char) * 80, "%Y%m%d %I:%M %p", &ts); in getSystemCurrentTime()135 void printTime(char* systime, char* icutime) { in printTime() argument136 printf("System Time: %s\n", systime); in printTime()
83 FPDF_SYSTEMTIME systime = m_pInfo->FFI_GetLocalTime(m_pInfo); in FFI_GetLocalTime() local84 fxtime.wDay = systime.wDay; in FFI_GetLocalTime()85 fxtime.wDayOfWeek = systime.wDayOfWeek; in FFI_GetLocalTime()86 fxtime.wHour = systime.wHour; in FFI_GetLocalTime()87 fxtime.wMilliseconds = systime.wMilliseconds; in FFI_GetLocalTime()88 fxtime.wMinute = systime.wMinute; in FFI_GetLocalTime()89 fxtime.wMonth = systime.wMonth; in FFI_GetLocalTime()90 fxtime.wSecond = systime.wSecond; in FFI_GetLocalTime()91 fxtime.wYear = systime.wYear; in FFI_GetLocalTime()
2 vgopts: --separate-threads=yes --cacheuse=yes --collect-bus=yes --collect-systime=yes
1700 struct timeval systime; in handle_timeouts_locked() local1711 TIMESPEC_TO_TIMEVAL(&systime, &systime_ts); in handle_timeouts_locked()1727 if ((cur_tv->tv_sec > systime.tv_sec) || in handle_timeouts_locked()1728 (cur_tv->tv_sec == systime.tv_sec && in handle_timeouts_locked()1729 cur_tv->tv_usec > systime.tv_usec)) in handle_timeouts_locked()
81 struct timeval systime; /* system time used by job */ member487 timerclear(&j->systime); in exchild()1239 j_systime = j->systime; in j_waitj()1376 timeradd(&j->systime, &ru1.ru_stime, &j->systime); in j_sigchld()1377 timersub(&j->systime, &ru0.ru_stime, &j->systime); in j_sigchld()
2564 struct timeval usrtime, systime, tv0, tv1; in timex() local2593 timeradd(&ru0.ru_stime, &cru0.ru_stime, &systime); in timex()2597 timersub(&ru1.ru_stime, &ru0.ru_stime, &systime); in timex()2598 timeradd(&systime, &j_systime, &systime); in timex()2617 p_time(shl_out, true, systime.tv_sec, systime.tv_usec, in timex()2620 p_time(shl_out, false, systime.tv_sec, systime.tv_usec, in timex()
713 FX_SYSTEMTIME systime; in GetModifiedDate() local717 dt.ToSystemTime(systime); in GetModifiedDate()719 return systime; in GetModifiedDate()
148 r6593 r6711 32 139363 callgrind: fix --collect-systime=yes
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...