Home
last modified time | relevance | path

Searched refs:timestamp_now (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus_freeze.c1365 uint64_t timestamp_now = mach_absolute_time(); in memorystatus_disable_freeze() local
1366 memorystatus_jetsam_snapshot->notification_time = timestamp_now; in memorystatus_disable_freeze()
1369timestamp_now > memorystatus_jetsam_snapshot_last_timestamp + memorystatus_jetsam_snapshot_timeout… in memorystatus_disable_freeze()
1374 memorystatus_jetsam_snapshot_last_timestamp = timestamp_now; in memorystatus_disable_freeze()
H A Dkern_memorystatus.c4274 uint64_t timestamp_now = mach_absolute_time(); in memorystatus_thread() local
4275 memorystatus_jetsam_snapshot->notification_time = timestamp_now; in memorystatus_thread()
4278timestamp_now > memorystatus_jetsam_snapshot_last_timestamp + memorystatus_jetsam_snapshot_timeout… in memorystatus_thread()
4283 memorystatus_jetsam_snapshot_last_timestamp = timestamp_now; in memorystatus_thread()
4499 uint64_t timestamp_now = mach_absolute_time(); in memorystatus_kill_process_sync() local
4500 memorystatus_jetsam_snapshot->notification_time = timestamp_now; in memorystatus_kill_process_sync()
4502timestamp_now > memorystatus_jetsam_snapshot_last_timestamp + memorystatus_jetsam_snapshot_timeout… in memorystatus_kill_process_sync()
4507 memorystatus_jetsam_snapshot_last_timestamp = timestamp_now; in memorystatus_kill_process_sync()