Antonio Muhammad

Results 4 comments of Antonio Muhammad

![Uploading image.png…]() 如图所示。。直接就把我的网卡过滤掉了,导致网卡获取不到从而 爆出NPE

![image](https://user-images.githubusercontent.com/38394218/152957896-020cdb59-18a9-4b43-b9c4-ef6571070072.png)

所以说wait wake最底层还是用到了自旋锁,做最终资源的互斥

@M0rnar `// code 1:先释放锁,这时如果有其他线程进入同步块则能获得锁 OrderAccess::release_store_ptr (&_owner, NULL) ; // drop the lock OrderAccess::storeload() ; // See if we need to wake a successor` 你说的算是一个原因,这里也有一个