AQS獨佔式獲取源碼全解析

/** * wwww. */ public final void acquire(int arg) { if (!tryAcquire(arg) && acquireQueued(addWaiter(Node.EXCLUSIVE), arg)) selfInterrupt(); }
相關文章
相關標籤/搜索