Home
last modified time | relevance | path

Searched refs:CommonThreadPoolEnvironment (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dthread_pool_instance.h51 enum class CommonThreadPoolEnvironment { enum
76 CommonThreadPoolEnvironment common_thread_pool_environment =
77 CommonThreadPoolEnvironment::DEFAULT;
H A Dthread_pool_impl.cc225 case InitParams::CommonThreadPoolEnvironment::DEFAULT: in Start()
229 case InitParams::CommonThreadPoolEnvironment::COM_MTA: in Start()
/aosp_15_r20/external/cronet/base/test/
H A Dtask_environment.cc533 ThreadPoolInstance::InitParams::CommonThreadPoolEnvironment::COM_MTA; in InitializeThreadPool()