OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSuspendFailed
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/src/
sampler.cc
657
const DWORD
kSuspendFailed
= static_cast<DWORD>(-1);
658
if (SuspendThread(profiled_thread) ==
kSuspendFailed
) return;
/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 37 milliseconds