Searched refs:kSuspendFailed (Results 1 – 2 of 2) sorted by relevance
710 static const DWORD kSuspendFailed = static_cast<DWORD>(-1); in SampleContext() local711 if (SuspendThread(profiled_thread) == kSuspendFailed) return; in SampleContext()
2045 static const DWORD kSuspendFailed = static_cast<DWORD>(-1); in SampleContext() local2046 if (SuspendThread(profiled_thread) == kSuspendFailed) return; in SampleContext()