Skip to content

EventInfoMgt: Add a few thread-safety annotations.

EventInfoMgt has thread-safety issues due to the use of callbacks. However, some of the const functions it provides are ok. Mark these as to be checked for thread-safety, to avoid warnings from dependent packages.

Merge request reports