OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toppc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_report.cc
636
uptr
toppc
= TraceTopPC(thr);
local
637
if (
toppc
>> kEventPCBits) {
655
toppc
= 0;
657
ObtainCurrentStack(thr,
toppc
, &traces[0], &tags[0]);
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_report.cpp
873
uptr
toppc
= TraceTopPC(thr);
local
874
if (
toppc
>> kEventPCBits) {
892
toppc
= 0;
894
ObtainCurrentStack(thr,
toppc
, &traces[0], &tags[0]);
Completed in 31 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026