Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Sherwood
athena
Commits
86a8e703
Commit
86a8e703
authored
4 years ago
by
scott snyder
Committed by
scott snyder
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
TrigServices: Thread-safety cleanup.
Thread-safety annotations should match between declarations and definitions.
parent
28d2e8d2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
HLT/Trigger/TrigControl/TrigServices/src/TrigMonTHistSvc.h
+3
-2
3 additions, 2 deletions
HLT/Trigger/TrigControl/TrigServices/src/TrigMonTHistSvc.h
with
3 additions
and
2 deletions
HLT/Trigger/TrigControl/TrigServices/src/TrigMonTHistSvc.h
+
3
−
2
View file @
86a8e703
/*
/*
Copyright (C) 2002-20
19
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-20
20
CERN for the benefit of the ATLAS collaboration
*/
*/
#ifndef TRIGMONTHISTSVC_THISTSVC_H
#ifndef TRIGMONTHISTSVC_THISTSVC_H
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
#include
"GaudiKernel/ITHistSvc.h"
#include
"GaudiKernel/ITHistSvc.h"
#include
"AthenaBaseComps/AthService.h"
#include
"AthenaBaseComps/AthService.h"
#include
"CxxUtils/checker_macros.h"
class
TObject
;
class
TObject
;
class
TH1
;
class
TH1
;
...
@@ -44,7 +45,7 @@ class TrigMonTHistSvc: public extends<AthService, ITHistSvc>
...
@@ -44,7 +45,7 @@ class TrigMonTHistSvc: public extends<AthService, ITHistSvc>
public:
public:
TrigMonTHistSvc
(
const
std
::
string
&
name
,
ISvcLocator
*
svc
);
TrigMonTHistSvc
(
const
std
::
string
&
name
,
ISvcLocator
*
svc
);
virtual
StatusCode
initialize
()
override
;
virtual
StatusCode
initialize
ATLAS_NOT_THREAD_SAFE
()
override
;
virtual
StatusCode
stop
()
override
;
virtual
StatusCode
stop
()
override
;
virtual
StatusCode
finalize
()
override
;
virtual
StatusCode
finalize
()
override
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment