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()
4275 uint64_t timestamp_now = mach_absolute_time(); in memorystatus_thread() local4276 memorystatus_jetsam_snapshot->notification_time = timestamp_now; in memorystatus_thread()4279 …timestamp_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() local4501 memorystatus_jetsam_snapshot->notification_time = timestamp_now; in memorystatus_kill_process_sync()4503 …timestamp_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()