Searched refs:max_mabs_time (Results 1 – 2 of 2) sorted by relevance
891 uint64_t max_mabs_time, current_mabs_time; in DebuggerXCallEnter() local952 max_mabs_time = os_atomic_load(&debug_ack_timeout, relaxed); in DebuggerXCallEnter()954 if (max_mabs_time > 0) { in DebuggerXCallEnter()956 max_mabs_time += current_mabs_time; in DebuggerXCallEnter()957 assert(max_mabs_time > current_mabs_time); in DebuggerXCallEnter()967 while ((debugger_sync != 0) && (max_mabs_time == 0 || current_mabs_time < max_mabs_time)) { in DebuggerXCallEnter()975 } else if (immediate_halt || (max_mabs_time > 0 && current_mabs_time >= max_mabs_time)) { in DebuggerXCallEnter()1051 uint64_t max_mabs_time, current_mabs_time; in DebuggerXCallReturn() local1061 max_mabs_time = os_atomic_load(&debug_ack_timeout, relaxed); in DebuggerXCallReturn()1063 if (max_mabs_time > 0) { in DebuggerXCallReturn()[all …]
431 uint64_t start_mabs_time, max_mabs_time, current_mabs_time; in cpu_signal_internal() local433 max_mabs_time = xcall_ack_timeout_abstime + current_mabs_time; in cpu_signal_internal()434 assert(max_mabs_time > current_mabs_time); in cpu_signal_internal()456 } while (!swap_success && ((current_mabs_time = mach_absolute_time()) < max_mabs_time)); in cpu_signal_internal()463 if (__improbable(current_mabs_time >= max_mabs_time)) { in cpu_signal_internal()