Searched refs:check_cancelled_func_ (Results 1 – 2 of 2) sorted by relevance
397 check_cancelled_func_ = check_cancelled_func; in SetCancellationFunction()716 if (check_cancelled_func_ != nullptr && in Invoke()717 check_cancelled_func_(cancellation_data_)) { in Invoke()
542 bool (*check_cancelled_func_)(void*) = nullptr; variable