Chromium Code Reviews| Index: runtime/vm/os.h |
| =================================================================== |
| --- runtime/vm/os.h (revision 27712) |
| +++ runtime/vm/os.h (working copy) |
| @@ -21,6 +21,9 @@ |
| // Returns the name of the given OS. For example "linux". |
| static const char* Name(); |
| + // Returns the current process id. |
| + static intptr_t ProcessId(); |
| + |
| // Returns the abbreviated time-zone name for the given instant. |
| // For example "CET" or "CEST". |
| static const char* GetTimeZoneName(int64_t seconds_since_epoch); |