安全牛 Appscan進行Web漏洞掃描與分析
? ? ? //重組雙向鏈表,清空無效節(jié)點,掛起當前線程
? ? ? ? ? ? ? ?if (shouldParkAfterFailedAcquire(p, node) &&
? ? ? ? ? ? ? ? ? ?parkAndCheckInterrupt())
? ? ? ? ? ? ? ? ? ?throw new InterruptedException();
? ? ? ? ? ?}
? ? ? ?} finally {
? ? ? ? ? ?if (failed)
? ? ? ? ? ? ? ?cancelAcquire(node);
標簽: