OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IgnoreSet
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
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 {
tsan_ignoreset.h
12
//
IgnoreSet
holds a set of stack traces where ignores were enabled.
21
class
IgnoreSet
{
25
IgnoreSet
();
Completed in 288 milliseconds