Home
last modified time | relevance | path

Searched defs:service_thread (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dservice_thread_unittest.cc41 ServiceThread service_thread; in TEST() local
/aosp_15_r20/external/python/cpython2/Demo/pysvr/
Dpysvr.py58 def service_thread(conn, addr): function
Dpysvr.c230 service_thread(struct workorder *work) in service_thread() function
/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dservice_thread_unittest.cc46 ServiceThread service_thread(nullptr); in TEST() local
/aosp_15_r20/external/perfetto/test/
H A Dtest_helper.h367 base::ThreadTaskRunner* service_thread() { return service_thread_.runner(); } in service_thread() function