Skip to content
Snippets Groups Projects
Commit 3c9ab245 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

AthenaPoolMultiTest: enable thread-checker

parent b71645b4
No related branches found
No related tags found
No related merge requests found
AtlasTest/DatabaseTest/AthenaPoolMultiTest
......@@ -11,7 +11,7 @@ atlas_add_component( AthenaPoolMultiTest
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${CORAL_INCLUDE_DIRS}
LINK_LIBRARIES ${CORAL_LIBRARIES} AthenaBaseComps AthenaPoolExampleData AthenaPoolTestData AthenaPoolUtilities GaudiKernel GoodRunsListsLib PersistentDataModel SGTools StoreGateLib xAODEventInfo )
LINK_LIBRARIES ${CORAL_LIBRARIES} AthenaBaseComps AthenaPoolExampleData AthenaPoolTestData AthenaPoolUtilities CxxUtils GaudiKernel GoodRunsListsLib PersistentDataModel SGTools StoreGateLib xAODEventInfo )
# Install files from the package:
atlas_install_joboptions( share/*.py )
......
/*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
*/
/**
......@@ -9,7 +9,6 @@
* finds the appropriate CORAL object in storegate and stores
* them in a POOL collection.
*
* $Id: DummyLumirangeTool.cxx,v 1.2 2009-05-01 13:41:51 cranshaw Exp $
*
*/
......@@ -61,7 +60,7 @@ DummyLumirangeTool::DummyLumirangeTool(const std::string& name,
// initialize data writer
StatusCode
DummyLumirangeTool::initialize()
DummyLumirangeTool::initialize ATLAS_NOT_THREAD_SAFE ()
{
ATH_MSG_DEBUG("In initialize ");
......
/*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
*/
#ifndef ATHENAPOOLMULTITEST_DUMMYLUMIRANGETOOL_H
......@@ -12,13 +12,13 @@
*
* @author Jack Cranshaw <Jack.Cranshaw@cern.ch>
*
* $Id: DummyLumirangeTool.h,v 1.1 2009-04-28 19:04:06 cranshaw Exp $
*
*/
//<<<<<< INCLUDES >>>>>>
#include "AthenaBaseComps/AthAlgorithm.h"
#include "CxxUtils/checker_macros.h"
#include "Gaudi/Property.h"
#include "GaudiKernel/ServiceHandle.h"
#include "StoreGate/WriteHandleKey.h"
......@@ -47,7 +47,7 @@ public:
ISvcLocator* pSvcLocator);
/// Initialize DummyLumirangeTool
virtual StatusCode initialize() override;
virtual StatusCode initialize ATLAS_NOT_THREAD_SAFE () override;
virtual StatusCode execute() override;
/// Terminate DummyLumirangeTool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment