Chromium Code Reviews| Index: runtime/vm/thread.h |
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h |
| index 210fef1c39a8066dcb9be951fad9981cbf2923f1..49483e9e1dac2c89070c216eeebb03ee836cd616 100644 |
| --- a/runtime/vm/thread.h |
| +++ b/runtime/vm/thread.h |
| @@ -528,6 +528,11 @@ class ThreadIterator : public ValueObject { |
| Thread* next_; |
| }; |
| +#if defined(TARGET_OS_WINDOWS) |
| +// Clears the state of the current thread and frees the allocation. |
| +void WindowsThreadCleanUp(); |
| +#endif |
| + |
| } // namespace dart |
| #endif // VM_THREAD_H_ |