OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:racy_state
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_report.cc
577
Shadow s0(thr->
racy_state
[0]);
578
Shadow s1(thr->
racy_state
[1]);
603
Shadow s(thr->
racy_state
[1]);
605
thr->
racy_state
[1] = s.raw();
612
uptr a0 = addr + Shadow(thr->
racy_state
[0]).addr0();
613
uptr a1 = addr + Shadow(thr->
racy_state
[1]).addr0();
614
uptr e0 = a0 + Shadow(thr->
racy_state
[0]).size();
615
uptr e1 = a1 + Shadow(thr->
racy_state
[1]).size();
666
Shadow s2(thr->
racy_state
[1]);
687
Shadow s(thr->
racy_state
[i])
[
all
...]
tsan_rtl.cc
618
thr->
racy_state
[0] = cur.raw();
619
thr->
racy_state
[1] = old.raw();
tsan_rtl.h
405
u64
racy_state
[2];
member in struct:__tsan::ThreadState
Completed in 14 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025