etc: Add some helgrind suppressions for uv
This commit is contained in:
parent
ed7d25bb6d
commit
c76739072c
@ -407,4 +407,23 @@
|
||||
Helgrind:Race
|
||||
fun:_ZN15lock_and_signal4waitEv
|
||||
...
|
||||
}
|
||||
|
||||
{
|
||||
uv-async-send-does-racy-things
|
||||
Helgrind:Race
|
||||
fun:pipecb
|
||||
fun:ev_invoke_pending
|
||||
fun:ev_run
|
||||
fun:uv_run
|
||||
...
|
||||
}
|
||||
|
||||
{
|
||||
uv-loop-init-does-some-checks-that-are-not-lock-protected
|
||||
Helgrind:Race
|
||||
fun:loop_init
|
||||
fun:ev_loop_new
|
||||
fun:uv_loop_new
|
||||
...
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user