| Index: dart/runtime/platform/thread.h
|
| ===================================================================
|
| --- dart/runtime/platform/thread.h (revision 36615)
|
| +++ dart/runtime/platform/thread.h (working copy)
|
| @@ -42,6 +42,7 @@
|
| static void SetThreadLocal(ThreadLocalKey key, uword value);
|
| static intptr_t GetMaxStackSize();
|
| static ThreadId GetCurrentThreadId();
|
| + static bool Join(ThreadId id);
|
| static intptr_t ThreadIdToIntPtr(ThreadId id);
|
| static bool Compare(ThreadId a, ThreadId b);
|
| static void GetThreadCpuUsage(ThreadId thread_id, int64_t* cpu_usage);
|
|
|