Searched refs:GetThread (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/remoting/test/
H A Dfake_network_dispatcher.cc39 DCHECK(node->GetThread()->BelongsToCurrentThread());
47 DCHECK(node->GetThread()->BelongsToCurrentThread());
74 scoped_refptr<base::SingleThreadTaskRunner> task_runner = node->GetThread();
H A Dfake_network_dispatcher.h33 virtual const scoped_refptr<base::SingleThreadTaskRunner>& GetThread()
H A Dfake_socket_factory.h69 virtual const scoped_refptr<base::SingleThreadTaskRunner>& GetThread()
/external/lldb/test/functionalities/conditional_break/
H A Dconditional_break.py6 thread = frame.GetThread()
/external/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp57 lldb::addr_t current_addr = m_owner->GetThread().GetRegisterContext()->GetPC(0);
H A DThreadPlanStepThrough.cpp49 m_start_address = GetThread().GetRegisterContext()->GetPC(0);
102 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0);
H A DThreadPlanStepInRange.cpp278 StackFrame *frame = GetThread().GetStackFrameAtIndex(0).get();
282 avoid_regexp_to_use = GetThread().GetSymbolsToAvoidRegexp();
324 StackFrame *frame = current_plan->GetThread().GetStackFrameAtIndex(0).get();
383 return current_plan->GetThread().QueueThreadPlanForStepOut (false,
H A DStackFrame.cpp205 ThreadSP thread_sp = GetThread();
228 ThreadSP thread_sp (GetThread());
255 ThreadSP thread_sp (GetThread());
1156 ThreadSP thread_sp (GetThread());
1238 ThreadSP thread_sp(GetThread());
1252 ThreadSP thread_sp(GetThread());
1261 return GetThread();
1341 assert (GetThread() == curr_frame.GetThread());
H A DThread.cpp200 thread_sp = event_data->GetThread();
221 ThreadSP thread_sp = event_data->GetThread();
1035 thread_plan_sp->GetThread().GetID());
1052 log->Printf("Popping plan: \"%s\", tid = 0x%4.4" PRIx64 ".", plan->GetName(), plan->GetThread().GetID());
1068 log->Printf("Discarding plan: \"%s\", tid = 0x%4.4" PRIx64 ".", plan->GetName(), plan->GetThread().GetID());
1667 Thread *thread = frame_sp->GetThread().get();
H A DThreadPlanCallFunction.cpp524 GetThread().SetStopInfoToNothing();
612 return GetThread().RestoreThreadStateFromCheckpoint(m_stored_thread_state);
/external/lldb/include/lldb/Target/
H A DUnwind.h89 GetThread() function in class:lldb_private::Unwind
H A DThreadPlan.h287 GetThread() function in class:lldb_private::ThreadPlan
293 GetThread() const function in class:lldb_private::ThreadPlan
H A DStopInfo.h50 GetThread() const function in class:lldb_private::StopInfo
H A DRegisterContext.h118 GetThread () function in class:lldb_private::RegisterContext
H A DStackFrame.h71 GetThread () const function in class:lldb_private::StackFrame
/external/lldb/test/python_api/default-constructor/
H A Dsb_frame.py27 obj.GetThread()
H A Dsb_value.py65 obj.GetThread()
/external/lldb/scripts/Python/interface/
H A DSBFrame.i167 GetThread () const;
316 __swig_getmethods__["thread"] = GetThread
317 if _newclass: thread = property(GetThread, None, doc='''A read only property that returns an lldb object that represents the thread (lldb.SBThread) for this stack frame.''')
H A DSBValue.i330 GetThread();
478 __swig_getmethods__["thread"] = GetThread
479 if _newclass: thread = property(GetThread, None, doc='''A read only property that returns the lldb.SBThread that this value is associated with, the returned value might be invalid and should be tested.''')
/external/lldb/include/lldb/API/
H A DSBFrame.h130 GetThread () const;
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.h172 GetThread () function in class:lldb_perf::TestCase
/external/lldb/examples/python/
H A Djump.py18 target = frame.GetThread().GetProcess().GetTarget()
/external/lldb/include/lldb/Expression/
H A DMaterializer.h70 m_thread_wp = frame_sp->GetThread();
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp205 ObjCLanguageRuntime *objc_runtime = GetThread().GetProcess()->GetObjCLanguageRuntime();
/external/lldb/test/python_api/lldbutil/iter/
H A DTestLLDBIterator.py124 self.assertTrue(frame.GetThread().GetThreadID() == ID)

Completed in 267 milliseconds

12