PspUnlockJobListShared

VOID __stdcall PspUnlockJobListShared(_ETHREAD *CurrentThread){
  if( _InterlockedCompareExchange64(&PspJobListLock._bf_0, 0i64, 17i64) != 17 )
    ExfReleasePushLockShared(&PspJobListLock);
  KeAbPostRelease(&PspJobListLock);
  KiLeaveGuardedRegionUnsafe((__int64)CurrentThread);
}

Referenced by:

NtQueryInformationJobObject