Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDRegisterContextDarwin_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()
HDRegisterContextDarwin_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()
HDRegisterContextDarwin_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()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDRegisterContext.cpp226 if (context->GetThreadID() != GetThreadID()) in CopyFromRegisterContext()
263 RegisterContext::GetThreadID() const in GetThreadID() function in RegisterContext
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBBreakpointLocation.cpp173 SBBreakpointLocation::GetThreadID () in GetThreadID() function in SBBreakpointLocation
179 return m_opaque_sp->GetThreadID(); in GetThreadID()
HDSBBreakpoint.cpp370 SBBreakpoint::GetThreadID () in GetThreadID() function in SBBreakpoint
376 tid = m_opaque_sp->GetThreadID(); in GetThreadID()
HDSBThread.cpp437 SBThread::GetThreadID () const in GetThreadID() function in SBThread
HDSBProcess.cpp466 return process_sp->GetThreadList().SetSelectedThreadByID (thread.GetThreadID()); in SetSelectedThread()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBBreakpointLocation.h65 GetThreadID ();
HDSBBreakpoint.h98 GetThreadID ();
HDSBThread.h86 GetThreadID () const;
/trueos/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
HDBreakpointLocation.h196 GetThreadID ();
HDBreakpoint.h404 GetThreadID () const;
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDRegisterContext.h127 GetThreadID() const;
/trueos/crypto/openssl/
HDe_os.h441 # define getpid GetThreadID
442 extern int GetThreadID(void);
/trueos/crypto/openssl/engines/
HDe_aep.c69 # define getpid GetThreadID
70 extern int GetThreadID(void);
/trueos/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointLocation.cpp134 BreakpointLocation::GetThreadID () in GetThreadID() function in BreakpointLocation
HDBreakpoint.cpp227 Breakpoint::GetThreadID () const in GetThreadID() function in Breakpoint
/trueos/crypto/openssl/crypto/threads/
HDmttest.c1114 ret = (unsigned long)GetThreadID(); in netware_thread_id()