OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:traces
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_report.cc
442
static bool HandleRacyStacks(ThreadState *thr, VarSizeStackTrace
traces
[2],
451
hash.hash[0] = md5_hash(
traces
[0].trace,
traces
[0].size * sizeof(uptr));
452
hash.hash[1] = md5_hash(
traces
[1].trace,
traces
[1].size * sizeof(uptr));
488
static void AddRacyStacks(ThreadState *thr, VarSizeStackTrace
traces
[2],
493
hash.hash[0] = md5_hash(
traces
[0].trace,
traces
[0].size * sizeof(uptr));
494
hash.hash[1] = md5_hash(
traces
[1].trace,
traces
[1].size * sizeof(uptr))
634
VarSizeStackTrace
traces
[kMop];
local
[
all
...]
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_report.cpp
689
static bool HandleRacyStacks(ThreadState *thr, VarSizeStackTrace
traces
[2]) {
693
hash.hash[0] = md5_hash(
traces
[0].trace,
traces
[0].size * sizeof(uptr));
694
hash.hash[1] = md5_hash(
traces
[1].trace,
traces
[1].size * sizeof(uptr));
871
VarSizeStackTrace
traces
[kMop];
local
894
ObtainCurrentStack(thr, toppc, &
traces
[0], &tags[0]);
895
if (IsFiredSuppression(ctx, typ,
traces
[0]))
900
RestoreStack(s2.tid(), s2.epoch(), &
traces
[1], mset2, &tags[1]);
901
if (IsFiredSuppression(ctx, typ,
traces
[1])
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026