Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.c4275 uint64_t timestamp_now = mach_absolute_time(); in memorystatus_thread() local
4276 memorystatus_jetsam_snapshot->notification_time = timestamp_now; in memorystatus_thread()
4279timestamp_now > memorystatus_jetsam_snapshot_last_timestamp + memorystatus_jetsam_snapshot_timeout… in memorystatus_thread()
4284 memorystatus_jetsam_snapshot_last_timestamp = timestamp_now; in memorystatus_thread()
4500 uint64_t timestamp_now = mach_absolute_time(); in memorystatus_kill_process_sync() local
4501 memorystatus_jetsam_snapshot->notification_time = timestamp_now; in memorystatus_kill_process_sync()
4503timestamp_now > memorystatus_jetsam_snapshot_last_timestamp + memorystatus_jetsam_snapshot_timeout… in memorystatus_kill_process_sync()
4508 memorystatus_jetsam_snapshot_last_timestamp = timestamp_now; in memorystatus_kill_process_sync()