Lines Matching refs:GetLastClock
310 return frame->GetLastClock(); in ScheduleGetTime()
740 utime64_t now = GetLastClock(); in CheckExpired()
751 utime64_t now = GetLastClock(); in WakeupTimeout()
772 utime64_t now = GetLastClock(); in KqueueGetTimeout()
871 thread->SetWakeupTime(timeout + this->GetLastClock()); in WaitNotify()
931 thread->SetWakeupTime(timeout + this->GetLastClock()); in KqueueSchedule()
964 utime64_t start = mtframe->GetLastClock(); in recvfrom()
982 now = mtframe->GetLastClock(); in recvfrom()
1024 utime64_t start = mtframe->GetLastClock(); in sendto()
1039 now = mtframe->GetLastClock(); in sendto()
1070 utime64_t start = mtframe->GetLastClock(); in connect()
1085 now = mtframe->GetLastClock(); in connect()
1121 utime64_t start = mtframe->GetLastClock(); in accept()
1136 now = mtframe->GetLastClock(); in accept()
1167 utime64_t start = mtframe->GetLastClock(); in read()
1182 now = mtframe->GetLastClock(); in read()
1213 utime64_t start = mtframe->GetLastClock(); in write()
1228 now = mtframe->GetLastClock(); in write()
1271 utime64_t start = mtframe->GetLastClock(); in recv()
1289 now = mtframe->GetLastClock(); in recv()
1331 utime64_t start = mtframe->GetLastClock(); in send()
1346 now = mtframe->GetLastClock(); in send()
1399 utime64_t start = mtframe->GetLastClock(); in WaitEvents()
1410 now = mtframe->GetLastClock(); in WaitEvents()