mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 13:50:11 +01:00
tsan-blacklist: Ignore race in get_max_abs_timeout_ns
The returned value is independent of the race, so surpress it. Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28650>
This commit is contained in:
parent
9e7112f4df
commit
ccff97f7ba
1 changed files with 4 additions and 0 deletions
|
|
@ -10,3 +10,7 @@ fun:util_queue_fence_signal
|
||||||
# lock
|
# lock
|
||||||
fun:lp_fence_signalled
|
fun:lp_fence_signalled
|
||||||
fun:lp_fence_signal
|
fun:lp_fence_signal
|
||||||
|
|
||||||
|
|
||||||
|
# Even with the data race the returned value is always the same
|
||||||
|
fun:get_max_abs_timeout_ns
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue