Home
last modified time | relevance | path

Searched refs:POSIXThread (Results 1 – 12 of 12) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp44 POSIXThread::POSIXThread(Process &process, lldb::tid_t tid) in POSIXThread() function in POSIXThread
70 POSIXThread::~POSIXThread() in ~POSIXThread()
76 POSIXThread::GetMonitor() in GetMonitor()
84 POSIXThread::RefreshStateAfterStop() in RefreshStateAfterStop()
107 POSIXThread::GetInfo() in GetInfo()
113 POSIXThread::SetName (const char *name) in SetName()
123 POSIXThread::GetName () in GetName()
137 POSIXThread::GetRegisterContext() in GetRegisterContext()
175 POSIXThread::CreateRegisterContextForFrame(lldb_private::StackFrame *frame) in CreateRegisterContextForFrame()
199 POSIXThread::CalculateStopInfo() in CalculateStopInfo()
[all …]
DProcessPOSIX.cpp278 POSIXThread *thread = static_cast<POSIXThread*>( in DoResume()
338 POSIXThread *thread = static_cast<POSIXThread*>( in DoDetach()
390 POSIXThread *thread = static_cast<POSIXThread*>( in SendMessage()
482 POSIXThread *
485 return new POSIXThread(process, tid); in CreateNewPOSIXThread()
508 POSIXThread *thread = static_cast<POSIXThread*>( in RefreshStateAfterStop()
688 POSIXThread *thread = static_cast<POSIXThread*>( in EnableWatchpoint()
705 thread = static_cast<POSIXThread*>( in EnableWatchpoint()
761 POSIXThread *thread = static_cast<POSIXThread*>( in DisableWatchpoint()
788 POSIXThread *thread = static_cast<POSIXThread*>( in GetWatchpointSupportInfo()
[all …]
DPOSIXStopInfo.h43 POSIXLimboStopInfo(POSIXThread &thread) in POSIXLimboStopInfo()
71 POSIXCrashStopInfo(POSIXThread &thread, uint32_t status, in POSIXCrashStopInfo()
101 POSIXNewThreadStopInfo (POSIXThread &thread) in POSIXNewThreadStopInfo()
DPOSIXThread.h29 class POSIXThread
33 POSIXThread(lldb_private::Process &process, lldb::tid_t tid);
35 virtual ~POSIXThread();
DProcessPOSIX.h25 class POSIXThread; variable
170 virtual POSIXThread *
DCMakeLists.txt9 POSIXThread.cpp
DAndroid.mk13 POSIXThread.cpp \
/external/lldb/source/Plugins/Process/Linux/
DLinuxThread.cpp23 : POSIXThread(process, tid) in LinuxThread()
41 POSIXThread::RefreshStateAfterStop(); in RefreshStateAfterStop()
62 POSIXThread::TraceNotify (message); in TraceNotify()
DProcessLinux.cpp161 POSIXThread *thread = static_cast<POSIXThread*>( in StopAllThreads()
176 POSIXThread *
DLinuxThread.h20 : public POSIXThread
DProcessLinux.h98 virtual POSIXThread *
DProcessMonitor.cpp1689POSIXThread *thread = static_cast<POSIXThread*>(m_process->GetThreadList().FindThreadByID(wait_pid… in StopThread()