[cairo-bugs] [Bug 90318] TSan data races with freed_pool_t's |top| data member

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue May 5 11:19:35 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=90318

--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> ---
The fun here is that the race is expected. All that we need to annotate is that
the read/write is atomic (without actually setting a barrier). So long as the
actual use of the slot is atomic, there can not be two threads that succeed in
accessing the same slot simultaneously.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20150505/c79c9f34/attachment.html>


More information about the cairo-bugs mailing list