File: glibc-2.2-LinuxThreads-helgrind.supp

package info (click to toggle)
valgrind 1%3A3.3.1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 34,452 kB
  • ctags: 27,778
  • sloc: ansic: 234,398; sh: 14,186; xml: 11,662; perl: 4,410; asm: 3,135; makefile: 3,011; exp: 625; cpp: 255; haskell: 195
file content (64 lines) | stat: -rw-r--r-- 1,203 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64

## Helgrind really doesn't support LinuxThreads-based threading
## (which is absolutely ancient by now).  But just in case anyone
## is nuts enough to try it, here are some suppressions.

{
   helgrind-glibc22-LinuxThreads-1
   Helgrind:Race
   obj:/lib*/libpthread-0.10.so*
}
{
   helgrind-glibc22-LinuxThreads-2
   Helgrind:Race
   obj:/lib*/ld-2.2.*so*
   obj:/lib*/ld-2.2.*so*
}
{
   helgrind-glibc22-LinuxThreads-3
   Helgrind:Race
   obj:/lib*/libc-2.2.*so*
   obj:/lib*/libc-2.2.*so*
}
{
   helgrind-glibc22-LinuxThreads-4
   Helgrind:Race
   obj:/lib*/ld-2.2.*so*
   obj:/lib*/libc-2.2.*so*
}
{
   helgrind-glibc22-LinuxThreads-5
   Helgrind:Race
   obj:/lib*/libc-2.2.*so*
   fun:pthread_*
}
{
   helgrind-glibc22-LinuxThreads-6
   Helgrind:Race
   fun:pthread_*
   obj:/lib*/libc-2.2.*so*
}
{
   helgrind-glibc22-LinuxThreads-7
   Helgrind:Race
   fun:mythread_wrapper
   fun:pthread_*
}
{
   helgrind-glibc22-LinuxThreads-8
   Helgrind:Misc
   fun:pthread_mutex_lock
   fun:_IO_*
}
{
   helgrind-glibc22-LinuxThreads-9
   Helgrind:UnlockForeign
   fun:pthread_mutex_unlock
   fun:_IO_*
}
{
   helgrind-glibc22-LinuxThreads-10
   Helgrind:Misc
   fun:_Exit
   obj:/lib*/libpthread-0.10.so*
}