Chromium Code Reviews| Index: base/synchronization/waitable_event_posix.cc |
| diff --git a/base/synchronization/waitable_event_posix.cc b/base/synchronization/waitable_event_posix.cc |
| index fccba9d31c67c767b0b8172e10ad127ab2a5cb24..2203af482ed5d7c7dd199c93e2e1e89323871102 100644 |
| --- a/base/synchronization/waitable_event_posix.cc |
| +++ b/base/synchronization/waitable_event_posix.cc |
| @@ -42,6 +42,8 @@ WaitableEvent::WaitableEvent(bool manual_reset, bool initially_signaled) |
| } |
| WaitableEvent::~WaitableEvent() { |
| + // TODO(yhirano): Write comment here |
|
yhirano
2014/07/31 11:48:20
I will add a comment tomorrow...
|
| + base::AutoLock locked(kernel_->lock_); |
| } |
| void WaitableEvent::Reset() { |