Home
last modified time | relevance | path

Searched refs:GetRecentTimestamp (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/tools/lldbmacros/
H A Dscheduler.py171 …pending_delta = kern.GetNanotimeFromAbstime(GetRecentTimestamp() - clutch_bucket.scb_group.scbg_pe…
178 print "\n{:s} : {:d}\n\n".format("Current Timestamp", GetRecentTimestamp())
188 …dline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTimestamp()) / 1000
211 …dline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTimestamp()) / 1000
252 print "{:>30s} : {:d}".format("Current Timestamp", GetRecentTimestamp())
269 print "{:<30s} : {:d}".format("Current Timestamp", GetRecentTimestamp())
346 def GetRecentTimestamp(): function
1187 recent_timestamp = GetRecentTimestamp()
1229 recent_timestamp = GetRecentTimestamp()
H A Dulock.py2 from scheduler import GetRecentTimestamp
H A Dworkqueue.py3 from scheduler import GetRecentTimestamp
59 …ts = kern.GetNanotimeFromAbstime(GetRecentTimestamp() - uth.uu_save.uus_workq_park_data.idle_stamp…
H A Dmisc.py100 recent_timestamp = GetRecentTimestamp()