Home | History | Annotate | Download | only in tsan

Lines Matching refs:MUNMAP

6529       case MUNMAP      : HandleMunmap(e);     break;
7666 // TODO(glider): at the moment we handle only munmap()s of single mmap()ed
7667 // regions. The correct implementation should handle arbitrary munmap()s
7669 // It should also be possible to munmap() several mappings at a time.