VOID __stdcall PspLockJobConditionally(_EJOB *Job, _EJOB **ExceptionList){
INT64 v2;
int v3;
v3 = 0;
while( Job != *ExceptionList )
{
++v3;
++ExceptionList;
if( v3 )
{
ExAcquireResourceExclusiveLite((UINT64)Job + 56, 1, v2);
return;
}
}
}