Home
last modified time | relevance | path

Searched refs:ScopedAllowUnresponsiveTasksForTesting (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/threading/
H A Dthread_restrictions.cc133 ScopedAllowUnresponsiveTasksForTesting::ScopedAllowUnresponsiveTasksForTesting() in ScopedAllowUnresponsiveTasksForTesting() function in base::ScopedAllowUnresponsiveTasksForTesting
140 ScopedAllowUnresponsiveTasksForTesting::
141 ~ScopedAllowUnresponsiveTasksForTesting() { in ~ScopedAllowUnresponsiveTasksForTesting()
H A Dthread_restrictions.h941 [[maybe_unused, nodiscard]] ScopedAllowUnresponsiveTasksForTesting {
943 ScopedAllowUnresponsiveTasksForTesting() DEFAULT_IF_DCHECK_IS_OFF;
945 ScopedAllowUnresponsiveTasksForTesting(
946 const ScopedAllowUnresponsiveTasksForTesting&) = delete;
947 ScopedAllowUnresponsiveTasksForTesting& operator=(
948 const ScopedAllowUnresponsiveTasksForTesting&) = delete;
950 ~ScopedAllowUnresponsiveTasksForTesting() DEFAULT_IF_DCHECK_IS_OFF;