/external/cronet/tot/base/task/sequence_manager/ |
D | thread_controller.cc | 58 ThreadController::ThreadController(const TickClock* time_source) in ThreadController() function in base::sequence_manager::internal::ThreadController 62 ThreadController::~ThreadController() = default; 64 void ThreadController::SetTickClock(const TickClock* clock) { in SetTickClock() 69 ThreadController::RunLevelTracker::RunLevelTracker( in RunLevelTracker() 70 const ThreadController& outer) in RunLevelTracker() 73 ThreadController::RunLevelTracker::~RunLevelTracker() { in ~RunLevelTracker() 81 void ThreadController::InitializeFeatures( in InitializeFeatures() 90 bool ThreadController::RunLevelTracker::RunLevel::ShouldRecordSampleMetadata() { in ShouldRecordSampleMetadata() 95 std::string_view ThreadController::RunLevelTracker::RunLevel::GetThreadName() { in GetThreadName() 104 ThreadController::RunLevelTracker::RunLevel::GetSuffixForCatchAllHistogram() { in GetSuffixForCatchAllHistogram() [all …]
|
D | thread_controller_with_message_pump_impl_unittest.cc | 64 : public ThreadController::RunLevelTracker::TraceObserverForTesting { 958 OnPhaseRecorded(ThreadController::kPumpOverhead)); in TEST_F() 962 OnPhaseRecorded(ThreadController::kSelectingApplicationTask)); in TEST_F() 965 OnPhaseRecorded(ThreadController::kApplicationTask)); in TEST_F() 973 OnPhaseRecorded(ThreadController::kIdleWork)); in TEST_F() 1014 OnPhaseRecorded(ThreadController::kPumpOverhead)); in TEST_F() 1018 OnPhaseRecorded(ThreadController::kSelectingApplicationTask)); in TEST_F() 1021 OnPhaseRecorded(ThreadController::kApplicationTask)); in TEST_F() 1027 OnPhaseRecorded(ThreadController::kIdleWork)); in TEST_F() 1063 OnPhaseRecorded(ThreadController::kPumpOverhead)); in TEST_F() [all …]
|
D | thread_controller.h | 50 class BASE_EXPORT ThreadController { 79 explicit ThreadController(const TickClock* time_source); 80 virtual ~ThreadController(); 262 explicit RunLevelTracker(const ThreadController& outer); 475 [[maybe_unused]] const raw_ref<const ThreadController> outer_;
|
D | thread_controller_impl.h | 34 class BASE_EXPORT ThreadControllerImpl : public ThreadController,
|
D | sequence_manager_impl.h | 209 SequenceManagerImpl(std::unique_ptr<internal::ThreadController> controller, 477 const std::unique_ptr<internal::ThreadController> controller_;
|
D | thread_controller_with_message_pump_impl.h | 36 : public ThreadController,
|
/external/cronet/stable/base/task/sequence_manager/ |
D | thread_controller.cc | 58 ThreadController::ThreadController(const TickClock* time_source) in ThreadController() function in base::sequence_manager::internal::ThreadController 62 ThreadController::~ThreadController() = default; 64 void ThreadController::SetTickClock(const TickClock* clock) { in SetTickClock() 69 ThreadController::RunLevelTracker::RunLevelTracker( in RunLevelTracker() 70 const ThreadController& outer) in RunLevelTracker() 73 ThreadController::RunLevelTracker::~RunLevelTracker() { in ~RunLevelTracker() 81 void ThreadController::InitializeFeatures( in InitializeFeatures() 90 bool ThreadController::RunLevelTracker::RunLevel::ShouldRecordSampleMetadata() { in ShouldRecordSampleMetadata() 95 std::string_view ThreadController::RunLevelTracker::RunLevel::GetThreadName() { in GetThreadName() 104 ThreadController::RunLevelTracker::RunLevel::GetSuffixForCatchAllHistogram() { in GetSuffixForCatchAllHistogram() [all …]
|
D | thread_controller_with_message_pump_impl_unittest.cc | 64 : public ThreadController::RunLevelTracker::TraceObserverForTesting { 958 OnPhaseRecorded(ThreadController::kPumpOverhead)); in TEST_F() 962 OnPhaseRecorded(ThreadController::kSelectingApplicationTask)); in TEST_F() 965 OnPhaseRecorded(ThreadController::kApplicationTask)); in TEST_F() 973 OnPhaseRecorded(ThreadController::kIdleWork)); in TEST_F() 1014 OnPhaseRecorded(ThreadController::kPumpOverhead)); in TEST_F() 1018 OnPhaseRecorded(ThreadController::kSelectingApplicationTask)); in TEST_F() 1021 OnPhaseRecorded(ThreadController::kApplicationTask)); in TEST_F() 1027 OnPhaseRecorded(ThreadController::kIdleWork)); in TEST_F() 1063 OnPhaseRecorded(ThreadController::kPumpOverhead)); in TEST_F() [all …]
|
D | thread_controller.h | 50 class BASE_EXPORT ThreadController { 79 explicit ThreadController(const TickClock* time_source); 80 virtual ~ThreadController(); 262 explicit RunLevelTracker(const ThreadController& outer); 475 [[maybe_unused]] const raw_ref<const ThreadController> outer_;
|
D | thread_controller_impl.h | 34 class BASE_EXPORT ThreadControllerImpl : public ThreadController,
|
D | sequence_manager_impl.h | 209 SequenceManagerImpl(std::unique_ptr<internal::ThreadController> controller, 477 const std::unique_ptr<internal::ThreadController> controller_;
|
D | thread_controller_with_message_pump_impl.h | 36 : public ThreadController,
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | ThreadControllerWrapper.java | 31 private static ThreadController m_tpool = new ThreadController(); 50 public static class ThreadController class in ThreadControllerWrapper
|
/external/libchrome/base/task/sequence_manager/ |
D | thread_controller.h | 26 class ThreadController { 28 virtual ~ThreadController() = default;
|
D | sequence_manager_impl.h | 145 std::unique_ptr<internal::ThreadController> controller); 299 std::unique_ptr<internal::ThreadController> controller_;
|
D | thread_controller_with_message_pump_impl.h | 23 : public ThreadController,
|
D | thread_controller_impl.h | 27 class BASE_EXPORT ThreadControllerImpl : public ThreadController,
|
/external/cronet/stable/base/task/sequence_manager/test/ |
D | sequence_manager_for_test.h | 39 std::unique_ptr<internal::ThreadController> thread_controller, 62 std::unique_ptr<internal::ThreadController> thread_controller,
|
D | sequence_manager_for_test.cc | 42 std::unique_ptr<internal::ThreadController> thread_controller, in SequenceManagerForTest() 63 std::unique_ptr<internal::ThreadController> thread_controller, in Create()
|
/external/cronet/tot/base/task/sequence_manager/test/ |
D | sequence_manager_for_test.h | 39 std::unique_ptr<internal::ThreadController> thread_controller, 62 std::unique_ptr<internal::ThreadController> thread_controller,
|
D | sequence_manager_for_test.cc | 42 std::unique_ptr<internal::ThreadController> thread_controller, in SequenceManagerForTest() 63 std::unique_ptr<internal::ThreadController> thread_controller, in Create()
|
/external/libchrome/base/task/sequence_manager/test/ |
D | sequence_manager_for_test.h | 21 std::unique_ptr<internal::ThreadController> thread_controller);
|
D | sequence_manager_for_test.cc | 41 std::unique_ptr<internal::ThreadController> thread_controller) in SequenceManagerForTest()
|
/external/cronet/tot/base/ |
D | features.cc | 122 sequence_manager::internal::ThreadController::InitializeFeatures( in Init()
|
/external/cronet/stable/base/ |
D | features.cc | 122 sequence_manager::internal::ThreadController::InitializeFeatures( in Init()
|