Searched refs:GetThreadID (Results 1 - 25 of 34) sorted by relevance

12

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

Completed in 1809 milliseconds

12