Home
last modified time | relevance | path

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

/external/libchrome/base/task_scheduler/
Dservice_thread.cc27 ServiceThread::ServiceThread(const TaskTracker* task_tracker) in ServiceThread() function in base::internal::ServiceThread
31 void ServiceThread::SetHeartbeatIntervalForTesting(TimeDelta heartbeat) { in SetHeartbeatIntervalForTesting()
35 void ServiceThread::Init() { in Init()
52 BindRepeating(&ServiceThread::PerformHeartbeatLatencyReport, in Init()
58 NOINLINE void ServiceThread::Run(RunLoop* run_loop) { in Run()
64 void ServiceThread::PerformHeartbeatLatencyReport() const { in PerformHeartbeatLatencyReport()
Dservice_thread.h25 class BASE_EXPORT ServiceThread : public Thread {
31 explicit ServiceThread(const TaskTracker* task_tracker);
54 DISALLOW_COPY_AND_ASSIGN(ServiceThread);
Dservice_thread_unittest.cc46 ServiceThread service_thread(nullptr); in TEST()
67 ServiceThread::SetHeartbeatIntervalForTesting(TimeDelta::FromMilliseconds(1)); in TEST()
107 ServiceThread::SetHeartbeatIntervalForTesting(TimeDelta()); in TEST()
Dtask_scheduler_impl.cc37 service_thread_(std::make_unique<ServiceThread>(task_tracker_.get())), in TaskSchedulerImpl()
100 ServiceThread::Options service_thread_options; in Start()
/external/javassist/src/main/javassist/tools/web/
DWebserver.java194 ServiceThread th = new ServiceThread(this, socket.accept()); in run()
403 class ServiceThread extends Thread { class
407 public ServiceThread(Webserver w, Socket s) { in ServiceThread() method in ServiceThread
/external/perfetto/test/
Dtest_helper.h68 class ServiceThread {
70 ServiceThread(const std::string& producer_socket, in ServiceThread() function
74 ~ServiceThread() { in ~ServiceThread()
315 ServiceThread service_thread_;