Home
last modified time | relevance | path

Searched refs:HangWatchScopeEnabled (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/threading/
H A Dhang_watcher.h33 class HangWatchScopeEnabled; variable
60 class BASE_EXPORT HangWatchScopeEnabled {
70 explicit HangWatchScopeEnabled(TimeDelta timeout);
71 ~HangWatchScopeEnabled();
73 HangWatchScopeEnabled(const HangWatchScopeEnabled&) = delete;
74 HangWatchScopeEnabled& operator=(const HangWatchScopeEnabled&) = delete;
94 HangWatchScopeEnabled* previous_hang_watch_scope_enable_;
587 void SetCurrentHangWatchScopeEnabled(HangWatchScopeEnabled* scope);
590 HangWatchScopeEnabled* GetCurrentHangWatchScopeEnabled();
638 HangWatchScopeEnabled* current_hang_watch_scope_enable_{nullptr};
H A Dhang_watcher_unittest.cc66 HangWatchScopeEnabled scope(timeout_); in Run()
199 HangWatchScopeEnabled expires_instantly(base::TimeDelta{}); in TEST_F()
232 HangWatchScopeEnabled expires_instantly(base::TimeDelta{}); in TEST_F()
264 HangWatchScopeEnabled expires_instantly(base::TimeDelta{}); in TEST_F()
291 HangWatchScopeEnabled expires_instantly(base::TimeDelta{}); in TEST_F()
360 HangWatchScopeEnabled expires_instantly(base::TimeDelta{}); in TEST_F()
388 HangWatchScopeEnabled expires_instantly(base::TimeDelta{}); in TEST_F()
432 HangWatchScopeEnabled first_scope(kFirstTimeout); in TEST_F()
439 HangWatchScopeEnabled second_scope(kSecondTimeout); in TEST_F()
732 HangWatchScopeEnabled expires_instantly(base::TimeDelta{}); in TEST_F()
[all …]
H A Dhang_watcher.cc43 constexpr base::TimeDelta HangWatchScopeEnabled::kDefaultHangWatchTime =
93 HangWatchScopeEnabled::HangWatchScopeEnabled(TimeDelta timeout) { in HangWatchScopeEnabled() function in base::HangWatchScopeEnabled
149 HangWatchScopeEnabled::~HangWatchScopeEnabled() { in ~HangWatchScopeEnabled()
975 HangWatchScopeEnabled* current_hang_watch_scope_enable) { in SetCurrentHangWatchScopeEnabled()
980 HangWatchScopeEnabled* HangWatchState::GetCurrentHangWatchScopeEnabled() { in GetCurrentHangWatchScopeEnabled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/task/thread_pool/
H A Dworker_thread.cc329 base::Optional<HangWatchScopeEnabled> hang_watch_scope; in RunWorker()
332 base::HangWatchScopeEnabled::kDefaultHangWatchTime); in RunWorker()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/task/sequence_manager/
H A Dthread_controller_with_message_pump_impl.h205 base::Optional<HangWatchScopeEnabled> hang_watch_scope_;
H A Dthread_controller_with_message_pump_impl.cc195 base::HangWatchScopeEnabled::kDefaultHangWatchTime); in MaybeStartHangWatchScopeEnabled()