Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Issue 7892034: Initial step into making Dependency thread safe (Closed)

Created:
9 years, 3 months ago by M-A Ruel
Modified:
9 years, 3 months ago
CC:
chromium-reviews, Dirk Pranke
Visibility:
Public.

Description

Initial step into making Dependency thread safe R=dpranke@chromium.org BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=101135

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -11 lines) Patch
M gclient.py View 5 chunks +5 lines, -8 lines 0 comments Download
M gclient_utils.py View 1 chunk +29 lines, -3 lines 4 comments Download

Messages

Total messages: 6 (0 generated)
M-A Ruel
9 years, 3 months ago (2011-09-14 19:51:56 UTC) #1
Dirk Pranke
http://codereview.chromium.org/7892034/diff/1/gclient_utils.py File gclient_utils.py (right): http://codereview.chromium.org/7892034/diff/1/gclient_utils.py#newcode481 gclient_utils.py:481: self.lock = threading.RLock() Why RLock instead of Lock()? http://codereview.chromium.org/7892034/diff/1/gclient_utils.py#newcode495 ...
9 years, 3 months ago (2011-09-14 20:00:39 UTC) #2
M-A Ruel
http://codereview.chromium.org/7892034/diff/1/gclient_utils.py File gclient_utils.py (right): http://codereview.chromium.org/7892034/diff/1/gclient_utils.py#newcode481 gclient_utils.py:481: self.lock = threading.RLock() On 2011/09/14 20:00:39, Dirk Pranke wrote: ...
9 years, 3 months ago (2011-09-14 20:03:03 UTC) #3
Dirk Pranke
ok. In general I mislike RLocks, though ... lgtm.
9 years, 3 months ago (2011-09-14 20:08:55 UTC) #4
M-A Ruel
On 2011/09/14 20:08:55, Dirk Pranke wrote: > ok. In general I mislike RLocks, though ...
9 years, 3 months ago (2011-09-14 20:10:14 UTC) #5
commit-bot: I haz the power
9 years, 3 months ago (2011-09-14 20:12:54 UTC) #6
Change committed as 101135

Powered by Google App Engine
This is Rietveld 408576698