mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 04:27:41 +00:00
Bug 844755 - TSan: Blacklist js::gc::ChunkBitmap::isMarked. r=jonco
This commit is contained in:
parent
e86732f90b
commit
262cb03636
@ -684,7 +684,7 @@ struct ChunkBitmap
|
||||
GetGCThingMarkWordAndMask(cell, color, wordp, maskp);
|
||||
}
|
||||
|
||||
MOZ_ALWAYS_INLINE bool isMarked(const Cell *cell, uint32_t color) {
|
||||
MOZ_ALWAYS_INLINE MOZ_TSAN_BLACKLIST bool isMarked(const Cell *cell, uint32_t color) {
|
||||
uintptr_t *word, mask;
|
||||
getMarkWordAndMask(cell, color, &word, &mask);
|
||||
return *word & mask;
|
||||
|
Loading…
x
Reference in New Issue
Block a user