Chromium Code Reviews| Index: runtime/bin/thread.h |
| =================================================================== |
| --- runtime/bin/thread.h (revision 39237) |
| +++ runtime/bin/thread.h (working copy) |
| @@ -47,6 +47,8 @@ |
| static intptr_t ThreadIdToIntPtr(ThreadId id); |
| static bool Compare(ThreadId a, ThreadId b); |
| static void GetThreadCpuUsage(ThreadId thread_id, int64_t* cpu_usage); |
| + |
| + static void InitOnce(); |
| }; |