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