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

Unified Diff: base/waitable_event.h

Issue 18324: POSIX: Get IPCSyncChannel unittests working (Closed)
Patch Set: Addressing comments Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/child_process.cc » ('j') | chrome/common/ipc_sync_channel.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/waitable_event.h
diff --git a/base/waitable_event.h b/base/waitable_event.h
index cff1e12ccfd6a2ce6f12ee3f6bcdaf0c4b0edf97..022a88aca5c7ffb48230abf1c742450f2b7db4aa 100644
--- a/base/waitable_event.h
+++ b/base/waitable_event.h
@@ -23,6 +23,9 @@
namespace base {
+// This replaces INFINITE from Win32
+static const int kNoTimeout = -1;
+
class TimeDelta;
// A WaitableEvent can be a useful thread synchronization tool when you want to
« no previous file with comments | « no previous file | chrome/common/child_process.cc » ('j') | chrome/common/ipc_sync_channel.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698