projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efdc689
)
Add exception_tracer
author
Nitay Joffe
<nitayj@fb.com>
Tue, 14 Aug 2012 00:36:55 +0000
(17:36 -0700)
committer
Tudor Bosman
<tudorb@fb.com>
Sun, 26 Aug 2012 18:13:07 +0000
(11:13 -0700)
Summary: script to wrap gateway to run it with exception tracer.
Test Plan: deploy
Reviewed By: rajat@fb.com
FB internal diff:
D548147
folly/Synchronized.h
patch
|
blob
|
history
diff --git
a/folly/Synchronized.h
b/folly/Synchronized.h
index ad365b88f043bda2804d10f47577120b792d2013..94474037693c15608dadbc73035871cff8a41462 100644
(file)
--- a/
folly/Synchronized.h
+++ b/
folly/Synchronized.h
@@
-186,8
+186,8
@@
struct Synchronized {
* constructor.
*/
Synchronized() = default;
-
/**
+
* Copy constructor copies the data (with locking the source and
* all) but does NOT copy the mutex. Doing so would result in
* deadlocks.