OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:suspended_threads
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc
216
static void ProcessThreads(SuspendedThreadsList const &
suspended_threads
,
218
InternalMmapVector<uptr> registers(
suspended_threads
.RegisterCount());
222
for (uptr i = 0; i <
suspended_threads
.ThreadCount(); i++) {
223
tid_t os_id = static_cast<tid_t>(
suspended_threads
.GetThreadID(i));
238
suspended_threads
.GetRegistersAndSP(i, registers.data(), &sp);
447
static void ClassifyAllChunks(SuspendedThreadsList const &
suspended_threads
) {
453
ProcessThreads(
suspended_threads
, &frontier);
531
const InternalMmapVector<tid_t> &
suspended_threads
=
local in function:__lsan::ReportIfNotSuspended
534
uptr i = InternalLowerBound(
suspended_threads
, 0,
suspended_threads
.size()
[
all
...]
Completed in 49 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025