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:
Gert Wollny
2024-04-09 13:45:09 +02:00
committed by Marge Bot
parent 9e7112f4df
commit ccff97f7ba

View File

@@ -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