HomeSort by: relevance | last modified time | path
    Searched defs:IgnoreSet (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_ignoreset.h 12 // IgnoreSet holds a set of stack traces where ignores were enabled.
21 class IgnoreSet {
25 IgnoreSet();
tsan_ignoreset.cc 17 const uptr IgnoreSet::kMaxSize;
19 IgnoreSet::IgnoreSet()
23 void IgnoreSet::Add(u32 stack_id) {
33 void IgnoreSet::Reset() {
37 uptr IgnoreSet::Size() const {
41 u32 IgnoreSet::At(uptr i) const {

Completed in 15 milliseconds