HomeSort by relevance Sort by last modified time
    Searched refs:kSuspendFailed (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
platform-cygwin.cc 710 static const DWORD kSuspendFailed = static_cast<DWORD>(-1);
711 if (SuspendThread(profiled_thread) == kSuspendFailed) return;
platform-win32.cc     [all...]

Completed in 577 milliseconds