Home | History | Annotate | Download | only in src

Lines Matching refs:kSuspendFailed

2045     static const DWORD kSuspendFailed = static_cast<DWORD>(-1);
2046 if (SuspendThread(profiled_thread) == kSuspendFailed) return;