Searched refs:TickCount (Results 1 – 7 of 7) sorted by relevance
38 stoptime = Evt.TickCount() + timeout39 while not self.quitting and Evt.TickCount() < stoptime:
434 #ifndef TickCount in Evt_TickCount()435 PyMac_PRECHECK(TickCount); in Evt_TickCount()439 _rv = TickCount(); in Evt_TickCount()
276 uint64_t TickCount() { in TickCount() function985 filename, line, TickCount(), log_severity_name(severity_), g_log_prefix, in Init()1034 stream_ << TickCount() << ':'; in Init()
180 uint64_t TickCount() { in TickCount() function922 stream_ << TickCount() << ':'; in Init()
103 // with less precision (such as TickCount) just call through to
106 // with less precision (such as TickCount) just call through to
626 return Py_BuildValue("i", (int)TickCount());