Searched refs:sync_pending (Results 1 – 1 of 1) sorted by relevance
1047 unsigned int sync_pending; in DebuggerXCallEnter() local1116 sync_pending = os_atomic_load(&debugger_sync, acquire); in DebuggerXCallEnter()1117 } while ((sync_pending != 0) && (max_mabs_time == 0 || current_mabs_time < max_mabs_time)); in DebuggerXCallEnter()