OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFlagMask
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_sync.cc
99
block_alloc_.Free(&proc->block_cache, idx & ~
kFlagMask
);
103
SyncVar *s = sync_alloc_.Map(idx & ~
kFlagMask
);
106
sync_alloc_.Free(&proc->sync_cache, idx & ~
kFlagMask
);
190
return block_alloc_.Map(idx & ~
kFlagMask
);
192
SyncVar * s = sync_alloc_.Map(idx & ~
kFlagMask
);
220
SyncVar * s = sync_alloc_.Map(idx & ~
kFlagMask
);
285
SyncVar *s = sync_alloc_.Map(idx & ~
kFlagMask
);
tsan_sync.h
131
static const u32
kFlagMask
= 3u << 30;
Completed in 12 milliseconds
Indexes created Mon Oct 20 03:09:53 GMT 2025