Searched refs:other_thread (Results 1 - 9 of 9) sorted by relevance

/external/lldb/test/lang/objc/print-obj/
H A DTestPrintObj.py70 other_thread = None
73 other_thread = t
77 self.assertTrue(other_thread)
78 process.SetSelectedThread(other_thread)
80 print "selected thread:" + lldbutil.get_description(other_thread)
86 depth = other_thread.GetNumFrames()
88 frame = other_thread.GetFrameAtIndex(i)
91 other_thread.SetSelectedFrame(i)
/external/valgrind/drd/tests/
H A Dbug-235681.c51 pthread_t other_thread; local
63 rc = pthread_create(&other_thread, NULL, run_fn, NULL);
88 rc = pthread_join(other_thread, NULL);
/external/libchrome/base/
H A Dsequence_checker_unittest.cc74 base::Thread* other_thread() { return &other_thread_; } function in class:base::__anon9249::SequenceCheckerTest
91 other_thread()->task_runner()->PostTask(
98 other_thread()->message_loop()->DeleteSoon(
138 other_thread()->Stop();
150 other_thread()->Stop();
165 other_thread()->Stop();
183 other_thread()->Stop();
195 other_thread()->Stop();
220 other_thread()->Stop();
253 other_thread()
[all...]
/external/libchrome/base/task/
H A Dcancelable_task_tracker_unittest.cc193 Thread other_thread("other thread");
194 ASSERT_TRUE(other_thread.Start());
195 other_thread.task_runner()->PostTask(
197 other_thread.Stop();
201 ASSERT_TRUE(other_thread.Start());
202 other_thread.task_runner()->PostTask(
204 other_thread.Stop();
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
H A Dtrace_event_stats_unittest.py42 self.other_thread = self.other_process.GetOrCreateThread(tid=12)
48 return self.other_thread
H A Dv8_execution_unittest.py51 self.other_thread = self.other_process.GetOrCreateThread(tid=12)
60 return self.other_thread
/external/libchrome/base/trace_event/
H A Dmemory_dump_manager_unittest.cc568 TestIOThread* other_thread = threads[other_idx].get(); local
570 auto on_dump = [this, other_thread, other_mdp, &on_memory_dump_call_count](
572 other_thread->PostTaskAndWait(
618 TestIOThread* other_thread = threads[other_idx].get(); local
619 auto on_dump = [other_thread, &on_memory_dump_call_count](
621 other_thread->Stop();
/external/webrtc/webrtc/base/
H A Dthread_unittest.cc293 Thread other_thread; local
294 other_thread.Start();
304 other_thread.Invoke<void>(
/external/lldb/tools/driver/
H A DDriver.cpp824 SBThread other_thread; local
844 if (!other_thread.IsValid())
845 other_thread = thread;
855 else if (other_thread.IsValid())
856 process.SetSelectedThread (other_thread);

Completed in 176 milliseconds