Searched refs:IsInterrupted (Results 1 – 2 of 2) sorted by relevance
273 return IsInterrupted(); in DoWork()277 if (IsInterrupted()) in DoWork()298 return IsInterrupted(); in DoWork()324 return IsInterrupted(); in DoWork()328 if (IsInterrupted()) in DoWork()345 return IsInterrupted(); in DoWork()
104 static bool IsInterrupted() { return interrupted_ != 0; } in IsInterrupted() function