Searched refs:timestamp_now (Results 1 – 2 of 2) sorted by relevance
1365 uint64_t timestamp_now = mach_absolute_time(); in memorystatus_disable_freeze() local1366 memorystatus_jetsam_snapshot->notification_time = timestamp_now; in memorystatus_disable_freeze()1369 …timestamp_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()
4274 uint64_t timestamp_now = mach_absolute_time(); in memorystatus_thread() local4275 memorystatus_jetsam_snapshot->notification_time = timestamp_now; in memorystatus_thread()4278 …timestamp_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() local4500 memorystatus_jetsam_snapshot->notification_time = timestamp_now; in memorystatus_kill_process_sync()4502 …timestamp_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()