Searched refs:check_cancelled_func_ (Results 1 – 2 of 2) sorted by relevance
563 check_cancelled_func_ = check_cancelled_func; in SetCancellationFunction()567 return (check_cancelled_func_ != nullptr) && in IsCancelled()568 (*check_cancelled_func_)(cancellation_data_); in IsCancelled()1061 if (check_cancelled_func_ != nullptr && in Invoke()1062 check_cancelled_func_(cancellation_data_)) { in Invoke()
735 bool (*check_cancelled_func_)(void*) = nullptr; variable