Index: base/threading/platform_thread.h |
=================================================================== |
--- base/threading/platform_thread.h (revision 140108) |
+++ base/threading/platform_thread.h (working copy) |
@@ -64,6 +64,9 @@ |
// Yield the current thread so another thread can be scheduled. |
static void YieldCurrentThread(); |
+ // Sleeps for the specified duration (units are milliseconds). |
+ static void Sleep(int duration_ms); |
+ |
// Sleeps for the specified duration. |
static void Sleep(base::TimeDelta duration); |