HomeSort by relevance Sort by last modified time
    Searched refs:ThreadCaptureImpl (Results 1 - 2 of 2) sorted by null

  /system/core/libmemunreachable/
ThreadCapture.h 33 class ThreadCaptureImpl;
51 Allocator<ThreadCaptureImpl>::unique_ptr impl_;
ThreadCapture.cpp 72 class ThreadCaptureImpl {
74 ThreadCaptureImpl(pid_t pid, Allocator<ThreadCaptureImpl>& allocator);
75 ~ThreadCaptureImpl() {}
90 Allocator<ThreadCaptureImpl> allocator_;
95 ThreadCaptureImpl::ThreadCaptureImpl(pid_t pid, Allocator<ThreadCaptureImpl>& allocator) :
99 bool ThreadCaptureImpl::ListThreads(TidList& tids) {
149 bool ThreadCaptureImpl::CaptureThreads()
    [all...]

Completed in 117 milliseconds