-
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 (#3194) * 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. Fix deadlock on ReadConditionImpl. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs #16192. Use mutex instead of atomic. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs #16192. Fix deadlock when constructing ReadConditionImpl. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> Signed-off-by: Chen Lihui <lihui.chen@sony.com> Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> Co-authored-by: Chen Lihui <lihui.chen@sony.com> (cherry picked from commit df2857a) # Conflicts: # src/cpp/fastdds/subscriber/ReadConditionImpl.hpp * Refs #16192. Fixed conflicts. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> Co-authored-by: Miguel Company <miguelcompany@eprosima.com>
- Loading branch information
1 parent
7e14430
commit b38ade0
Showing
4 changed files
with
111 additions
and
22 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
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