OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaptureThreads
(Results
1 - 4
of
4
) sorted by null
/system/core/libmemunreachable/
ThreadCapture.h
41
bool
CaptureThreads
();
ThreadCapture.cpp
77
bool
CaptureThreads
();
149
bool ThreadCaptureImpl::
CaptureThreads
() {
351
bool ThreadCapture::
CaptureThreads
() {
352
return impl_->
CaptureThreads
();
MemUnreachable.cpp
286
if (!thread_capture.
CaptureThreads
()) {
/system/core/libmemunreachable/tests/
ThreadCapture_test.cpp
235
ASSERT_TRUE(thread_capture.
CaptureThreads
());
274
ASSERT_FALSE(thread_capture.
CaptureThreads
());
332
ASSERT_TRUE(thread_capture.
CaptureThreads
());
Completed in 148 milliseconds