Home
last modified time | relevance | path

Searched refs:sync_pending (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/osfmk/arm/
H A Dmodel_dep.c1045 unsigned int sync_pending; in DebuggerXCallEnter() local
1114 sync_pending = os_atomic_load(&debugger_sync, acquire); in DebuggerXCallEnter()
1115 } while ((sync_pending != 0) && (max_mabs_time == 0 || current_mabs_time < max_mabs_time)); in DebuggerXCallEnter()