Searched refs:ReleaseThread (Results 1 – 3 of 3) sorted by relevance
81 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::ThreadCaptureImpl302 return ReleaseThread(it->first, it->second); in ReleaseThread()305 bool ThreadCaptureImpl::ReleaseThread(pid_t tid, unsigned int signal) { in ReleaseThread() function in android::ThreadCaptureImpl313 if (ReleaseThread(it->first, it->second)) { in ReleaseThreads()355 bool ThreadCapture::ReleaseThread(pid_t tid) { in ReleaseThread() function in android::ThreadCapture356 return impl_->ReleaseThread(tid); in ReleaseThread()
45 bool ReleaseThread(pid_t tid);
339 thread_capture.ReleaseThread(parent_tid); in GetUnreachableMemory()