PdcPoResiliencyClient
INT64 __fastcall PdcPoResiliencyClient(INT64 a1, UINT8 a2, INT64 a3){
int v4;
int v5;
unsigned int v6;
v4 = a1 - 1;
if( !v4 )
return(unsigned int)PopPdcIdleResiliencyCallback((unsigned int)a3, a2);
v5 = v4 - 1;
if( !v5 )
{
PopAcquirePolicyLock();
v6 = 0;
if( !PopDeepIoCoalescingEnabled )
{
LABEL_8:
PopPdcIoCoalescing = a2;
PopCheckResiliencyScenarios();
}
LABEL_9:
PopReleasePolicyLock();
return v6;
}
if( v5 == 1 )
{
PopAcquirePolicyLock();
v6 = 0;
if( PopDeepIoCoalescingEnabled )
goto LABEL_8;
goto LABEL_9;
}
return 0;
}Referenced by:
No references.