Chromium Code Reviews| Index: runtime/vm/os.h |
| diff --git a/runtime/vm/os.h b/runtime/vm/os.h |
| index 9eddae542321a7f8736dbb9c1ef1699a7fe5c81e..e2608531b74f21a16d707b80e7e6973f7e60396a 100644 |
| --- a/runtime/vm/os.h |
| +++ b/runtime/vm/os.h |
| @@ -84,6 +84,9 @@ class OS { |
| // Sleep the currently executing thread for millis ms. |
| static void Sleep(int64_t millis); |
| + // Sleep the currently executing thread for micros microseconds. |
| + static void SleepMicros(int64_t micros); |
| + |
| // Debug break. |
| static void DebugBreak(); |