Home
last modified time | relevance | path

Searched refs:GetThreadID (Results 1 – 25 of 35) sorted by relevance

12

/external/lldb/scripts/Python/interface/
DSBThread.i109 GetThreadID () const;
238 __swig_getmethods__["id"] = GetThreadID
239 …if _newclass: id = property(GetThreadID, None, doc='''A read only property that returns the thread…
DSBBreakpointLocation.i77 GetThreadID ();
DSBBreakpoint.i160 GetThreadID ();
/external/lldb/test/python_api/lldbutil/iter/
DTestLLDBIterator.py120 ID = thread.GetThreadID()
124 self.assertTrue(frame.GetThread().GetThreadID() == ID)
/external/lldb/source/Target/
DRegisterContext.cpp204 if (context->GetThreadID() != GetThreadID()) in CopyFromRegisterContext()
241 RegisterContext::GetThreadID() const in GetThreadID() function in RegisterContext
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc128 pid_t tid = suspended_threads_list_.GetThreadID(i); in ResumeAllThreads()
144 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i), in KillAllThreads()
442 pid_t tid = GetThreadID(index); in GetRegistersAndSP()
Dsanitizer_stoptheworld.h29 SuspendedThreadID GetThreadID(uptr index) const { in GetThreadID() function
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_i386.cpp460 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr)); in ReadGPR()
471 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU()
482 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc)); in ReadEXC()
496 SetError (set, Write, DoWriteGPR(GetThreadID(), set, gpr)); in WriteGPR()
510 SetError (set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU()
524 SetError (set, Write, DoWriteEXC(GetThreadID(), set, exc)); in WriteEXC()
DRegisterContextDarwin_arm.cpp496 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr)); in ReadGPR()
507 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU()
518 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc)); in ReadEXC()
529 SetError(set, Read, DoReadDBG(GetThreadID(), set, dbg)); in ReadDBG()
543 SetError (set, Write, DoWriteGPR(GetThreadID(), set, gpr)); in WriteGPR()
557 SetError (set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU()
571 SetError (set, Write, DoWriteEXC(GetThreadID(), set, exc)); in WriteEXC()
585 SetError (set, Write, DoWriteDBG(GetThreadID(), set, dbg)); in WriteDBG()
DRegisterContextDarwin_x86_64.cpp505 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr)); in ReadGPR()
516 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU()
527 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc)); in ReadEXC()
541 SetError (set, Write, DoWriteGPR(GetThreadID(), set, gpr)); in WriteGPR()
555 SetError (set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU()
569 SetError (set, Write, DoWriteEXC(GetThreadID(), set, exc)); in WriteEXC()
/external/lldb/test/python_api/default-constructor/
Dsb_breakpointlocation.py16 obj.GetThreadID()
Dsb_breakpoint.py23 obj.GetThreadID()
Dsb_thread.py13 obj.GetThreadID()
/external/lldb/source/API/
DSBBreakpointLocation.cpp173 SBBreakpointLocation::GetThreadID () in GetThreadID() function in SBBreakpointLocation
179 return m_opaque_sp->GetThreadID(); in GetThreadID()
DSBBreakpoint.cpp369 SBBreakpoint::GetThreadID () in GetThreadID() function in SBBreakpoint
375 tid = m_opaque_sp->GetThreadID(); in GetThreadID()
/external/lldb/include/lldb/API/
DSBBreakpointLocation.h65 GetThreadID ();
DSBBreakpoint.h98 GetThreadID ();
DSBThread.h86 GetThreadID () const;
/external/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h196 GetThreadID ();
DBreakpoint.h386 GetThreadID () const;
/external/lldb/include/lldb/Target/
DRegisterContext.h115 GetThreadID() const;
/external/openssl/
De_os.h436 # define getpid GetThreadID
437 extern int GetThreadID(void);
/external/lldb/test/lang/c/array_types/
DTestArrayTypes.py134 substrs = ["tid = 0x%4.4x" % thread.GetThreadID()])
/external/lldb/tools/lldb-perf/lib/
DTestCase.cpp183 … if (m_verbose) printf("tid = 0x%llx pc = 0x%llx ",thread.GetThreadID(),frame.GetPC()); in Loop()
/external/chromium_org/v8/tools/oom_dump/
Doom_dump.cc121 CHECK(exception->GetThreadID(&exception_thread_id)); in DumpHeapStats()

12