Searched refs:other_thread (Results 1 – 7 of 7) sorted by relevance
74 base::Thread* other_thread() { return &other_thread_; } in other_thread() function in base::__anonf7cba8bf0111::SequenceCheckerTest91 other_thread()->task_runner()->PostTask( in PostDoStuffToOtherThread()98 other_thread()->message_loop()->DeleteSoon( in PostDeleteToOtherThread()138 other_thread()->Stop(); in TEST_F()150 other_thread()->Stop(); in TEST_F()165 other_thread()->Stop(); in TEST_F()183 other_thread()->Stop(); in TEST_F()195 other_thread()->Stop(); in MethodOnDifferentThreadDeathTest()220 other_thread()->Stop(); in DetachThenCallFromDifferentThreadDeathTest()253 other_thread()->Stop(); in DifferentSequenceTokensDeathTest()[all …]
193 Thread other_thread("other thread"); in TEST_F() local194 ASSERT_TRUE(other_thread.Start()); in TEST_F()195 other_thread.task_runner()->PostTask( in TEST_F()197 other_thread.Stop(); in TEST_F()201 ASSERT_TRUE(other_thread.Start()); in TEST_F()202 other_thread.task_runner()->PostTask( in TEST_F()204 other_thread.Stop(); in TEST_F()
51 pthread_t other_thread; in main() local63 rc = pthread_create(&other_thread, NULL, run_fn, NULL); in main()88 rc = pthread_join(other_thread, NULL); in main()
42 self.other_thread = self.other_process.GetOrCreateThread(tid=12)48 return self.other_thread
51 self.other_thread = self.other_process.GetOrCreateThread(tid=12)60 return self.other_thread
568 TestIOThread* other_thread = threads[other_idx].get(); in TEST_F() local570 auto on_dump = [this, other_thread, other_mdp, &on_memory_dump_call_count]( in TEST_F()572 other_thread->PostTaskAndWait( in TEST_F()618 TestIOThread* other_thread = threads[other_idx].get(); in TEST_F() local619 auto on_dump = [other_thread, &on_memory_dump_call_count]( in TEST_F()621 other_thread->Stop(); in TEST_F()
293 Thread other_thread; in TEST() local294 other_thread.Start(); in TEST()304 other_thread.Invoke<void>( in TEST()