Home
last modified time | relevance | path

Searched refs:thread_lister (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc123 static std::vector<pid_t> ReadTidsToVector(ThreadLister *thread_lister) { in ReadTidsToVector() argument
126 while ((tid = thread_lister->GetNextTID()) >= 0) in ReadTidsToVector()
128 EXPECT_FALSE(thread_lister->error()); in ReadTidsToVector()
147 ThreadLister thread_lister(getpid()); in TEST_F() local
148 std::vector<pid_t> listed_tids = ReadTidsToVector(&thread_lister); in TEST_F()
156 ThreadLister thread_lister(getpid()); in TEST_F() local
161 thread_lister.Reset(); in TEST_F()
162 std::vector<pid_t> listed_tids = ReadTidsToVector(&thread_lister); in TEST_F()
170 ThreadLister thread_lister(getpid()); in TEST_F() local
171 std::vector<pid_t> threads_before_extra = ReadTidsToVector(&thread_lister); in TEST_F()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc149 ThreadLister thread_lister(pid_); in SuspendAllThreads() local
154 pid_t tid = thread_lister.GetNextTID(); in SuspendAllThreads()
158 tid = thread_lister.GetNextTID(); in SuspendAllThreads()
160 if (thread_lister.error()) { in SuspendAllThreads()
165 thread_lister.Reset(); in SuspendAllThreads()
/external/chromium_org/base/allocator/
DBUILD.gn74 "$tcmalloc_dir/src/base/thread_lister.c",
75 "$tcmalloc_dir/src/base/thread_lister.h",
171 "$tcmalloc_dir/src/base/thread_lister.c",
172 "$tcmalloc_dir/src/base/thread_lister.h",
Dallocator.gyp100 '<(tcmalloc_dir)/src/base/thread_lister.c',
101 '<(tcmalloc_dir)/src/base/thread_lister.h',
375 '<(tcmalloc_dir)/src/base/thread_lister.c',
376 '<(tcmalloc_dir)/src/base/thread_lister.h',
/external/chromium_org/third_party/tcmalloc/vendor/
DMakefile.in433 src/base/thread_lister.h src/heap-profile-table.h \
438 src/gperftools/heap-checker.h src/base/thread_lister.c \
448 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_10 = thread_lister.lo \
496 src/base/thread_lister.h src/heap-profile-table.h \
501 src/gperftools/heap-checker.h src/base/thread_lister.c \
508 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_13 = thread_lister.lo \
533 src/base/thread_lister.c src/base/linuxthreads.cc \
562 src/base/thread_lister.h src/heap-profile-table.h \
568 @WITH_HEAP_CHECKER_TRUE@@WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__objects_17 = thread_lister.lo \
621 src/base/sysinfo.h src/base/thread_lister.h \
[all …]
DMakefile.am843 src/base/thread_lister.h \
881 HEAP_CHECKER_SOURCES = src/base/thread_lister.c \
Dconfigure.ac141 AC_CHECK_HEADERS(sys/prctl.h) # for thread_lister (needed by leak-checker)