chyyuu / os_kernel_lab

OS kernel labs based on Rust/C Lang & RISC-V 64/X86-32
https://rcore-os.github.io/rCore-Tutorial-Book-v3/index.html
GNU General Public License v3.0
3.96k stars 1.92k forks source link

Update check_sync.c #46

Closed helloworld2019 closed 4 years ago

helloworld2019 commented 5 years ago

phi_put_forks_condvar() 中的 对于mtp->next_count>0 的判断永远为false,所以注释掉。