Searched refs:ReleaseThread (Results 1 – 3 of 3) sorted by relevance
79 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 ThreadCaptureImpl306 return ReleaseThread(it->first, it->second); in ReleaseThread()309 bool ThreadCaptureImpl::ReleaseThread(pid_t tid, unsigned int signal) { in ReleaseThread() function in ThreadCaptureImpl317 if (ReleaseThread(it->first, it->second)) { in ReleaseThreads()359 bool ThreadCapture::ReleaseThread(pid_t tid) { in ReleaseThread() function in ThreadCapture360 return impl_->ReleaseThread(tid); in ReleaseThread()
43 bool ReleaseThread(pid_t tid);
308 thread_capture.ReleaseThread(parent_tid); in GetUnreachableMemory()