Home
last modified time | relevance | path

Searched refs:CallJoinFromDifferentThread (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dpooled_single_thread_task_runner_manager_unittest.cc470 class CallJoinFromDifferentThread : public SimpleThread { class
472 CallJoinFromDifferentThread( in CallJoinFromDifferentThread() function in base::internal::__anonff18cd800d11::CallJoinFromDifferentThread
477 CallJoinFromDifferentThread(const CallJoinFromDifferentThread&) = delete;
478 CallJoinFromDifferentThread& operator=(const CallJoinFromDifferentThread&) =
480 ~CallJoinFromDifferentThread() override = default;
533 CallJoinFromDifferentThread join_from_different_thread( in TEST_F()
563 CallJoinFromDifferentThread join_from_different_thread( in TEST_F()
H A Dworker_thread_waitable_event_unittest.cc797 class CallJoinFromDifferentThread : public SimpleThread { class
799 explicit CallJoinFromDifferentThread(RepeatingCallback<void()> join_closure) in CallJoinFromDifferentThread() function in base::internal::__anon05d9ed3a0311::CallJoinFromDifferentThread
803 CallJoinFromDifferentThread(const CallJoinFromDifferentThread&) = delete;
804 CallJoinFromDifferentThread& operator=(const CallJoinFromDifferentThread&) =
806 ~CallJoinFromDifferentThread() override = default;
834 CallJoinFromDifferentThread<typename TestFixture::WorkerType> in TYPED_TEST()
/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dscheduler_single_thread_task_runner_manager_unittest.cc403 class CallJoinFromDifferentThread : public SimpleThread { class
405 CallJoinFromDifferentThread( in CallJoinFromDifferentThread() function in base::internal::__anon065e45440611::CallJoinFromDifferentThread
410 ~CallJoinFromDifferentThread() override = default;
423 DISALLOW_COPY_AND_ASSIGN(CallJoinFromDifferentThread);
463 CallJoinFromDifferentThread join_from_different_thread( in TEST_F()
492 CallJoinFromDifferentThread join_from_different_thread( in TEST_F()
H A Dscheduler_worker_unittest.cc627 class CallJoinFromDifferentThread : public SimpleThread { class
629 CallJoinFromDifferentThread(SchedulerWorker* worker_to_join) in CallJoinFromDifferentThread() function in base::internal::__anonca49f1200411::CallJoinFromDifferentThread
633 ~CallJoinFromDifferentThread() override = default;
645 DISALLOW_COPY_AND_ASSIGN(CallJoinFromDifferentThread);
670 CallJoinFromDifferentThread join_from_different_thread(worker.get()); in TEST()