OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ListThreads
(Results
1 - 3
of
3
) sorted by null
/system/core/libmemunreachable/
ThreadCapture.h
40
bool
ListThreads
(TidList& tids);
ThreadCapture.cpp
76
bool
ListThreads
(TidList& tids);
99
bool ThreadCaptureImpl::
ListThreads
(TidList& tids) {
154
if (!
ListThreads
(tids)) {
347
bool ThreadCapture::
ListThreads
(TidList& tids) {
348
return impl_->
ListThreads
(tids);
/system/core/libmemunreachable/tests/
ThreadCapture_test.cpp
43
// loop until
ListThreads
only finds the main thread so the next test
108
EXPECT_TRUE(thread_capture.
ListThreads
(tids));
134
ASSERT_TRUE(thread_capture.
ListThreads
(list_tids));
157
ASSERT_TRUE(thread_capture.
ListThreads
(list_tids));
232
ASSERT_TRUE(thread_capture.
ListThreads
(list_tids));
271
ASSERT_TRUE(thread_capture.
ListThreads
(list_tids));
329
ASSERT_TRUE(thread_capture.
ListThreads
(list_tids));
Completed in 2879 milliseconds