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:
@@ -10,3 +10,7 @@ fun:util_queue_fence_signal
|
||||
# lock
|
||||
fun:lp_fence_signalled
|
||||
fun:lp_fence_signal
|
||||
|
||||
|
||||
# Even with the data race the returned value is always the same
|
||||
fun:get_max_abs_timeout_ns
|
||||
|
Reference in New Issue
Block a user