Home
last modified time | relevance | path

Searched refs:ReleaseThread (Results 1 – 3 of 3) sorted by relevance

/system/memory/libmemunreachable/
DThreadCapture.cpp81 bool ReleaseThread(pid_t tid);
87 bool ReleaseThread(pid_t tid, unsigned int signal);
297 bool ThreadCaptureImpl::ReleaseThread(pid_t tid) { in ReleaseThread() function in android::ThreadCaptureImpl
302 return ReleaseThread(it->first, it->second); in ReleaseThread()
305 bool ThreadCaptureImpl::ReleaseThread(pid_t tid, unsigned int signal) { in ReleaseThread() function in android::ThreadCaptureImpl
313 if (ReleaseThread(it->first, it->second)) { in ReleaseThreads()
355 bool ThreadCapture::ReleaseThread(pid_t tid) { in ReleaseThread() function in android::ThreadCapture
356 return impl_->ReleaseThread(tid); in ReleaseThread()
DThreadCapture.h45 bool ReleaseThread(pid_t tid);
DMemUnreachable.cpp339 thread_capture.ReleaseThread(parent_tid); in GetUnreachableMemory()