tfork: add a suppresssions file for helgrind
[vlendec/samba-autobuild/.git] / lib / util / tests / tfork-helgrind.supp
1 {
2    tfork_atexit_unknown1
3    Helgrind:Misc
4    fun:mutex_destroy_WRK
5    fun:pthread_mutex_destroy
6    obj:/usr/lib64/libp11-kit.so.0.3.0
7    fun:_dl_fini
8    fun:__run_exit_handlers
9    fun:exit
10    fun:(below main)
11 }
12
13 {
14    tfork_atexit_unknown2
15    Helgrind:Misc
16    fun:mutex_destroy_WRK
17    fun:pthread_mutex_destroy
18    fun:_dl_fini
19    fun:__run_exit_handlers
20    fun:exit
21    fun:(below main)
22 }
23 {
24    tfork_pthread_get_specific
25    Helgrind:Race
26    fun:tfork_global_get
27    fun:tfork_create
28    fun:tfork_thread
29    fun:mythread_wrapper
30    fun:start_thread
31    fun:clone
32 }