Searched refs:ThreadCaptureImpl (Results 1 – 2 of 2) sorted by relevance
74 class ThreadCaptureImpl { class76 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::ThreadCaptureImpl101 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 …]
35 class ThreadCaptureImpl; variable53 Allocator<ThreadCaptureImpl>::unique_ptr impl_;