-
Notifications
You must be signed in to change notification settings - Fork 770
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix notification lost Signed-off-by: Chen Lihui <lihui.chen@sony.com> * add a regression test Signed-off-by: Chen Lihui <lihui.chen@sony.com> * rename a variable name and update comments Signed-off-by: Chen Lihui <lihui.chen@sony.com> * fix uncrustify issue Signed-off-by: Chen Lihui <lihui.chen@sony.com> * make the regression test better Signed-off-by: Chen Lihui <lihui.chen@sony.com> * fix uncrustify Signed-off-by: Chen Lihui <lihui.chen@sony.com> * Refs #16192. Fix deadlock on WaitSetImpl. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs 16192. Workaround for deadlock and notify pessimization Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Refs 16192. Mandatory logic fix Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Refs 16192. linter Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Refs #16192. Catch up any notification lost Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Refs 16192. Avoid predicate evaluation on spurious wakeups. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Refs 16192. Fixing gcc warnings Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Refs 16192. Allowing wait without previous notification Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> Signed-off-by: Chen Lihui <lihui.chen@sony.com> Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> Co-authored-by: Miguel Company <miguelcompany@eprosima.com> Co-authored-by: Miguel Barro <miguelbarro@eprosima.com> (cherry picked from commit a9e49cd)
- Loading branch information
1 parent
7e14430
commit 342cd72
Showing
3 changed files
with
112 additions
and
15 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
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
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