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
To signal both empty and full event of mbox, it uses same variable mail. However following specific case, it can send wrong event to the Task.
The text was updated successfully, but these errors were encountered:
lwip: add mbox shared testcases
1d44986
This commit played issue reported Samsung#5379. The patch should pass the testcase which is in mbox_shared.
a84e808
This commit played issue reported #5379. The patch should pass the testcase which is in mbox_shared.
No branches or pull requests
Get a wrong event caused by sharing common variable.
Description
To signal both empty and full event of mbox, it uses same variable mail. However following specific case, it can send wrong event to the Task.
Issue procedure
Solution
The text was updated successfully, but these errors were encountered: