Skip to content
Snippets Groups Projects

CxxUtils: Fix thread-safety checker warnings.

Merged Scott Snyder requested to merge ssnyder/athena:thread.CxxUtils-20190107 into master
4 files
+ 16
10
Compare changes
  • Side-by-side
  • Inline
Files
4
// This file's extension implies that it's C, but it's really -*- C++ -*-.
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
// $Id$
@@ -124,6 +124,8 @@
* Add to a function to suppress warnings about uses of static variables,
* mutable variables, or discarding const.
*
* Add to a class to so mark all functions in the class.
*
* A function calling an ATLAS_NOT_THREAD_SAFE function must also be marked
* ATLAS_NOT_THREAD_SAFE.
*/
Loading