1234567891011121314151617181920212223242526 |
- {
- Ignore libc aio-internal races
- Helgrind:Race
- ...
- fun:aio_read
- ...
- }
- {
- Ignore libc aio-internal races
- Helgrind:Race
- ...
- fun:__aio_notify
- ...
- }
- {
- Ignore libc aio errors
- Memcheck:Leak
- match-leak-kinds: reachable
- ...
- fun:get_elem
- fun:__aio_enqueue_request
- fun:aio_read
- }
|