Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
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 …]
/external/cronet/net/disk_cache/blockfile/
Din_flight_backend_io.h257 scoped_refptr<base::SingleThreadTaskRunner> background_thread() { in background_thread() function
Din_flight_backend_io.cc431 const scoped_refptr<base::SingleThreadTaskRunner>& background_thread) in InFlightBackendIO()
/external/jemalloc_new/include/jemalloc/internal/
Dctl.h56 background_thread_stats_t background_thread; member
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel.c736 VALUE background_thread = Qnil; in grpc_rb_channel_polling_thread_start() local
/external/leveldb/util/
Denv_posix.cc789 std::thread background_thread(PosixEnv::BackgroundThreadEntryPoint, this); in Schedule() local
Denv_windows.cc698 std::thread background_thread(WindowsEnv::BackgroundThreadEntryPoint, this); in Schedule() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h518 void *background_thread; member
/external/linux-kselftest/tools/testing/selftests/vm/
Duserfaultfd.c809 static void *background_thread(void *arg) in background_thread() function