VOID __stdcall CmpFlushUnsupportedOperationTelemetry(){
int v0;
volatile __int32 *v1;
v0 = 0;
v1 = CmpUnsupportedOperationHits;
do
{
if( _InterlockedExchange(v1, 0) )
CmpSendUnsupportedOperationTelemetryEvent();
++v0;
++v1;
}
while( v0 < 28 );
}