Home
last modified time | relevance | path

Searched refs:other_thread (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/
Dsequence_checker_unittest.cc74 base::Thread* other_thread() { return &other_thread_; } in other_thread() function in base::__anonf7cba8bf0111::SequenceCheckerTest
91 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 …]
/external/libchrome/base/task/
Dcancelable_task_tracker_unittest.cc193 Thread other_thread("other thread"); in TEST_F() local
194 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()
/external/valgrind/drd/tests/
Dbug-235681.c51 pthread_t other_thread; in main() local
63 rc = pthread_create(&other_thread, NULL, run_fn, NULL); in main()
88 rc = pthread_join(other_thread, NULL); in main()
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
Dtrace_event_stats_unittest.py42 self.other_thread = self.other_process.GetOrCreateThread(tid=12)
48 return self.other_thread
Dv8_execution_unittest.py51 self.other_thread = self.other_process.GetOrCreateThread(tid=12)
60 return self.other_thread
/external/libchrome/base/trace_event/
Dmemory_dump_manager_unittest.cc568 TestIOThread* other_thread = threads[other_idx].get(); in TEST_F() local
570 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() local
619 auto on_dump = [other_thread, &on_memory_dump_call_count]( in TEST_F()
621 other_thread->Stop(); in TEST_F()
/external/webrtc/webrtc/base/
Dthread_unittest.cc293 Thread other_thread; in TEST() local
294 other_thread.Start(); in TEST()
304 other_thread.Invoke<void>( in TEST()