OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuspendedThreadsList
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld.h
25
class
SuspendedThreadsList
{
27
SuspendedThreadsList
()
52
SuspendedThreadsList
(const
SuspendedThreadsList
&);
53
void operator=(const
SuspendedThreadsList
&);
57
const
SuspendedThreadsList
&suspended_threads_list,
sanitizer_stoptheworld_linux_libcdep.cc
83
SuspendedThreadsList
&suspended_threads_list() {
87
SuspendedThreadsList
suspended_threads_list_;
410
// Platform-specific methods from
SuspendedThreadsList
.
439
int
SuspendedThreadsList
::GetRegistersAndSP(uptr index,
457
uptr
SuspendedThreadsList
::RegisterCount() {
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_testlib.cc
34
void Callback(const
SuspendedThreadsList
&suspended_threads_list,
sanitizer_stoptheworld_test.cc
55
void Callback(const
SuspendedThreadsList
&suspended_threads_list,
142
void AdvancedCallback(const
SuspendedThreadsList
&suspended_threads_list,
/external/compiler-rt/lib/lsan/
lsan_common.cc
204
static void ProcessThreads(
SuspendedThreadsList
const &suspended_threads,
206
InternalScopedBuffer<uptr> registers(
SuspendedThreadsList
::RegisterCount());
333
static void ClassifyAllChunks(
SuspendedThreadsList
const &suspended_threads) {
410
static void DoLeakCheckCallback(const
SuspendedThreadsList
&suspended_threads,
/external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc
119
const
SuspendedThreadsList
&suspended_threads_list,
Completed in 979 milliseconds