Fix mutex lock issue at the end of tsan test
Summary: During tsan test, sometimes annotationGuard() is called after kAnnotationMutexes is already destroyed which throws exception. This change fix the issue by uses Indestructible for kAnnotationMutexes, so that it is not destroyed. Reviewed By: yfeldblum Differential Revision: D25443571 fbshipit-source-id: 69411a7edc4f96ba8c7d08bd29f87ab7b2ff78ae
Showing
Please register or sign in to comment