We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在在rps.c的rps_up_read()函数中,若go_highway(rps, -1)返回值为false(即写者数不为0),就对lowway_cnt自减并判定,若为0则唤醒所有写者,请问为什么要对lowway_cnt进行自减呢? 另外,lowway_cnt仅指的是休眠中的进程,还是休眠进程与迁移进程的总数?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在在rps.c的rps_up_read()函数中,若go_highway(rps, -1)返回值为false(即写者数不为0),就对lowway_cnt自减并判定,若为0则唤醒所有写者,请问为什么要对lowway_cnt进行自减呢?
另外,lowway_cnt仅指的是休眠中的进程,还是休眠进程与迁移进程的总数?
The text was updated successfully, but these errors were encountered: