OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CapturedThreadInfo
(Results
1 - 4
of
4
) sorted by null
/system/core/libmemunreachable/
ThreadCapture.h
44
bool
CapturedThreadInfo
(ThreadInfoList& threads);
ThreadCapture.cpp
80
bool
CapturedThreadInfo
(ThreadInfoList& threads);
327
bool ThreadCaptureImpl::
CapturedThreadInfo
(ThreadInfoList& threads) {
363
bool ThreadCapture::
CapturedThreadInfo
(ThreadInfoList& threads) {
364
return impl_->
CapturedThreadInfo
(threads);
MemUnreachable.cpp
292
if (!thread_capture.
CapturedThreadInfo
(thread_info)) {
/system/core/libmemunreachable/tests/
ThreadCapture_test.cpp
238
ASSERT_TRUE(thread_capture.
CapturedThreadInfo
(thread_info));
335
ASSERT_TRUE(thread_capture.
CapturedThreadInfo
(thread_info));
Completed in 143 milliseconds