Home
last modified time | relevance | path

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

/aosp12/system/memory/libmemunreachable/
H A 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()
188 int ThreadCaptureImpl::PtraceAttach(pid_t tid) { in PtraceAttach()
251 int ThreadCaptureImpl::CaptureThread(pid_t tid) { in CaptureThread()
297 bool ThreadCaptureImpl::ReleaseThread(pid_t tid) { in ReleaseThread()
[all …]
H A DThreadCapture.h35 class ThreadCaptureImpl; variable
53 Allocator<ThreadCaptureImpl>::unique_ptr impl_;