-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linux platform: fix polling queue (#12)
In linux platform, one thread polls for indication and another thread handle them. The code to determine the number of free elements in the queue was buggy resulting in polling too much indication without being able to store them before dispatching them.
- Loading branch information
1 parent
1adb7f3
commit aa979ca
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters