Home
last modified time | relevance | path

Searched refs:ThreadCaptureImpl (Results 1 – 2 of 2) sorted by relevance

/system/memory/libmemunreachable/
DThreadCapture.cpp74 class ThreadCaptureImpl { class
76 ThreadCaptureImpl(pid_t pid, Allocator<ThreadCaptureImpl>& allocator);
77 ~ThreadCaptureImpl() {} in ~ThreadCaptureImpl()
93 Allocator<ThreadCaptureImpl> allocator_;
98 ThreadCaptureImpl::ThreadCaptureImpl(pid_t pid, Allocator<ThreadCaptureImpl>& allocator) in ThreadCaptureImpl() function in android::ThreadCaptureImpl
101 bool ThreadCaptureImpl::ListThreads(TidList& tids) { in ListThreads()
151 bool ThreadCaptureImpl::CaptureThreads() { in CaptureThreads()
179 void ThreadCaptureImpl::PtraceDetach(pid_t tid, unsigned int signal) { in PtraceDetach()
188 int ThreadCaptureImpl::PtraceAttach(pid_t tid) { in PtraceAttach()
211 bool ThreadCaptureImpl::PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info) { in PtraceThreadInfo()
[all …]
DThreadCapture.h35 class ThreadCaptureImpl; variable
53 Allocator<ThreadCaptureImpl>::unique_ptr impl_;