Searched refs:current_mabs_time (Results 1 – 2 of 2) sorted by relevance
948 uint64_t max_mabs_time, current_mabs_time; in DebuggerXCallEnter() local1005 current_mabs_time = mach_absolute_time(); in DebuggerXCallEnter()1006 max_mabs_time += current_mabs_time; in DebuggerXCallEnter()1007 assert(max_mabs_time > current_mabs_time); in DebuggerXCallEnter()1017 while ((debugger_sync != 0) && (max_mabs_time == 0 || current_mabs_time < max_mabs_time)) { in DebuggerXCallEnter()1018 current_mabs_time = mach_absolute_time(); in DebuggerXCallEnter()1022 if (!proceed_on_sync_failure && (max_mabs_time > 0 && current_mabs_time >= max_mabs_time)) { in DebuggerXCallEnter()1055 } else if (immediate_halt || (max_mabs_time > 0 && current_mabs_time >= max_mabs_time)) { in DebuggerXCallEnter()1131 uint64_t max_mabs_time, current_mabs_time; in DebuggerXCallReturn() local1144 current_mabs_time = mach_absolute_time(); in DebuggerXCallReturn()[all …]
433 uint64_t start_mabs_time, max_mabs_time, current_mabs_time; in cpu_signal_internal() local434 current_mabs_time = start_mabs_time = mach_absolute_time(); in cpu_signal_internal()435 max_mabs_time = xcall_ack_timeout_abstime + current_mabs_time; in cpu_signal_internal()436 assert(max_mabs_time > current_mabs_time); in cpu_signal_internal()458 } while (!swap_success && ((current_mabs_time = mach_absolute_time()) < max_mabs_time)); in cpu_signal_internal()465 if (__improbable(current_mabs_time >= max_mabs_time)) { in cpu_signal_internal()467 absolutetime_to_nanoseconds(current_mabs_time - start_mabs_time, &end_time_ns); in cpu_signal_internal()