HomeSort by relevance Sort by last modified time
    Searched refs:IgnoreFun (Results 1 - 3 of 3) sorted by null

  /external/valgrind/tsan/
ignore.h 24 struct IgnoreFun : public IgnoreTriple {
25 IgnoreFun(string fun) : IgnoreTriple(fun, "*", "*") {}
ignore.cc 52 ignore_lists->ignores.push_back(IgnoreFun(tail));
54 ignore_lists->ignores_r.push_back(IgnoreFun(tail));
56 ignore_lists->ignores_hist.push_back(IgnoreFun(tail));
thread_sanitizer.cc     [all...]

Completed in 48 milliseconds