Home
last modified time | relevance | path

Searched refs:kSuspendFailed (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dplatform-cygwin.cc710 static const DWORD kSuspendFailed = static_cast<DWORD>(-1); in SampleContext() local
711 if (SuspendThread(profiled_thread) == kSuspendFailed) return; in SampleContext()
Dplatform-win32.cc2045 static const DWORD kSuspendFailed = static_cast<DWORD>(-1); in SampleContext() local
2046 if (SuspendThread(profiled_thread) == kSuspendFailed) return; in SampleContext()