Searched refs:current_mabs_time (Results 1 – 2 of 2) sorted by relevance
1078 uint64_t max_mabs_time, current_mabs_time; in DebuggerXCallEnter() local1137 current_mabs_time = mach_absolute_time(); in DebuggerXCallEnter()1138 max_mabs_time += current_mabs_time; in DebuggerXCallEnter()1139 assert(max_mabs_time > current_mabs_time); in DebuggerXCallEnter()1150 current_mabs_time = mach_absolute_time(); in DebuggerXCallEnter()1152 } while ((sync_pending != 0) && (max_mabs_time == 0 || current_mabs_time < max_mabs_time)); in DebuggerXCallEnter()1155 if (!immediate_halt && max_mabs_time > 0 && current_mabs_time >= max_mabs_time) { in DebuggerXCallEnter()1223 if (immediate_halt || (max_mabs_time > 0 && current_mabs_time >= max_mabs_time)) { in DebuggerXCallEnter()1282 uint64_t max_mabs_time, current_mabs_time; in DebuggerXCallReturn() local1295 current_mabs_time = mach_absolute_time(); in DebuggerXCallReturn()[all …]
426 uint64_t start_mabs_time, max_mabs_time, current_mabs_time; in cpu_signal_internal() local427 current_mabs_time = start_mabs_time = mach_absolute_time(); in cpu_signal_internal()428 max_mabs_time = xcall_ack_timeout_abstime + current_mabs_time; in cpu_signal_internal()429 assert(max_mabs_time > current_mabs_time); in cpu_signal_internal()451 } while (!swap_success && ((current_mabs_time = mach_absolute_time()) < max_mabs_time)); in cpu_signal_internal()458 if (__improbable(current_mabs_time >= max_mabs_time)) { in cpu_signal_internal()460 absolutetime_to_nanoseconds(current_mabs_time - start_mabs_time, &end_time_ns); in cpu_signal_internal()