Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
DThreadCapture.cpp79 bool ReleaseThread(pid_t tid);
84 bool ReleaseThread(pid_t tid, unsigned int signal);
301 bool ThreadCaptureImpl::ReleaseThread(pid_t tid) { in ReleaseThread() function in ThreadCaptureImpl
306 return ReleaseThread(it->first, it->second); in ReleaseThread()
309 bool ThreadCaptureImpl::ReleaseThread(pid_t tid, unsigned int signal) { in ReleaseThread() function in ThreadCaptureImpl
317 if (ReleaseThread(it->first, it->second)) { in ReleaseThreads()
359 bool ThreadCapture::ReleaseThread(pid_t tid) { in ReleaseThread() function in ThreadCapture
360 return impl_->ReleaseThread(tid); in ReleaseThread()
DThreadCapture.h43 bool ReleaseThread(pid_t tid);
DMemUnreachable.cpp308 thread_capture.ReleaseThread(parent_tid); in GetUnreachableMemory()