Home
last modified time | relevance | path

Searched refs:stacks_ (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_ignoreset.cc27 if (stacks_[i] == stack_id) in Add()
30 stacks_[size_++] = stack_id; in Add()
44 return stacks_[i]; in At()
Dtsan_ignoreset.h33 u32 stacks_[kMaxSize]; variable