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