Home
last modified time | relevance | path

Searched defs:background_thread (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Dthread_unittest.cc621 std::unique_ptr<rtc::Thread> background_thread(rtc::Thread::Create()); in TEST() local
630 std::unique_ptr<rtc::Thread> background_thread(rtc::Thread::Create()); in TEST() local
644 std::unique_ptr<rtc::Thread> background_thread(rtc::Thread::Create()); in TEST() local
658 std::unique_ptr<rtc::Thread> background_thread(rtc::Thread::Create()); in TEST() local
673 std::unique_ptr<rtc::Thread> background_thread(rtc::Thread::Create()); in TEST() local
687 std::unique_ptr<rtc::Thread> background_thread(rtc::Thread::Create()); in TEST() local
702 std::unique_ptr<rtc::Thread> background_thread(rtc::Thread::Create()); in TEST() local
717 std::unique_ptr<rtc::Thread> background_thread(rtc::Thread::Create()); in TEST() local
734 std::unique_ptr<rtc::Thread> background_thread(rtc::Thread::Create()); in TEST() local
751 std::unique_ptr<rtc::Thread> background_thread(rtc::Thread::Create()); in TEST() local
[all …]
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Din_flight_backend_io.h257 scoped_refptr<base::SingleThreadTaskRunner> background_thread() { in background_thread() function
H A Din_flight_backend_io.cc441 const scoped_refptr<base::SingleThreadTaskRunner>& background_thread) in InFlightBackendIO()
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dctl.h56 background_thread_stats_t background_thread; member
/aosp_15_r20/external/leveldb/util/
H A Denv_windows.cc698 std::thread background_thread(WindowsEnv::BackgroundThreadEntryPoint, this); in Schedule() local
H A Denv_posix.cc789 std::thread background_thread(PosixEnv::BackgroundThreadEntryPoint, this); in Schedule() local
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h518 void *background_thread; member
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/
H A Duserfaultfd.c936 static void *background_thread(void *arg) in background_thread() function