Searched refs:sync_pending (Results 1 – 1 of 1) sorted by relevance
1045 unsigned int sync_pending; in DebuggerXCallEnter() local1114 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()