Home
last modified time | relevance | path

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

/system/memory/libmemunreachable/
DThreadCapture.cpp80 bool ReleaseThreads();
157 ReleaseThreads(); in CaptureThreads()
167 ReleaseThreads(); in CaptureThreads()
310 bool ThreadCaptureImpl::ReleaseThreads() { in ReleaseThreads() function in android::ThreadCaptureImpl
351 bool ThreadCapture::ReleaseThreads() { in ReleaseThreads() function in android::ThreadCapture
352 return impl_->ReleaseThreads(); in ReleaseThreads()
DThreadCapture.h44 bool ReleaseThreads();
/system/memory/libmemunreachable/tests/
DThreadCapture_test.cpp239 ASSERT_TRUE(thread_capture.ReleaseThreads()); in TEST_P()
337 ASSERT_TRUE(thread_capture.ReleaseThreads()); in TEST_F()