reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/profile/InstrProfilingUtil.h
   24 int lprofLockFd(int fd);

References

projects/compiler-rt/lib/profile/GCDAProfiling.c
  373   lprofLockFd(fd);
projects/compiler-rt/lib/profile/InstrProfilingUtil.c
  182   return lprofLockFd(fd);
  203   if (lprofLockFd(fd) != 0)