Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/profiler/
H A Dstack_sampling_profiler_unittest.cc753 : sample_recorded_(WaitableEvent::ResetPolicy::MANUAL, in PROFILER_TEST_F()
756 void OnPreStackWalk() override { sample_recorded_.Signal(); } in PROFILER_TEST_F()
758 void WaitForSample() { sample_recorded_.Wait(); } in PROFILER_TEST_F()
761 WaitableEvent sample_recorded_; in PROFILER_TEST_F() member in base::PROFILER_TEST_F::SampleRecordedEvent
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/profiler/
H A Dstack_sampling_profiler_unittest.cc707 : sample_recorded_(WaitableEvent::ResetPolicy::MANUAL, in PROFILER_TEST_F()
710 void OnPreStackWalk() override { sample_recorded_.Signal(); } in PROFILER_TEST_F()
712 void WaitForSample() { sample_recorded_.Wait(); } in PROFILER_TEST_F()
715 WaitableEvent sample_recorded_; in PROFILER_TEST_F() member in base::PROFILER_TEST_F::SampleRecordedEvent