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

References

projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
  406   SCOPED_INTERCEPTOR_RAW(atexit, f);
  621     SCOPED_INTERCEPTOR_RAW(longjmp_symname, env, val);
  629     SCOPED_INTERCEPTOR_RAW(siglongjmp_symname, env, val);
  651     SCOPED_INTERCEPTOR_RAW(malloc, size);
  668     SCOPED_INTERCEPTOR_RAW(calloc, size, n);
  681     SCOPED_INTERCEPTOR_RAW(realloc, p, size);
  694     SCOPED_INTERCEPTOR_RAW(reallocarray, p, size, n);
  707   SCOPED_INTERCEPTOR_RAW(free, p);
  717   SCOPED_INTERCEPTOR_RAW(cfree, p);
  722   SCOPED_INTERCEPTOR_RAW(malloc_usable_size, p);
  787   SCOPED_INTERCEPTOR_RAW(memalign, align, sz);
  799   SCOPED_INTERCEPTOR_RAW(aligned_alloc, align, sz);
  806   SCOPED_INTERCEPTOR_RAW(valloc, sz);
  818   SCOPED_INTERCEPTOR_RAW(pvalloc, sz);
  835   SCOPED_INTERCEPTOR_RAW(posix_memalign, memptr, align, sz);
  859   SCOPED_INTERCEPTOR_RAW(__cxa_guard_acquire, g);
  877   SCOPED_INTERCEPTOR_RAW(__cxa_guard_release, g);
  883   SCOPED_INTERCEPTOR_RAW(__cxa_guard_abort, g);
  962   SCOPED_INTERCEPTOR_RAW(pthread_create, th, attr, callback, param);
 1018   SCOPED_INTERCEPTOR_RAW(pthread_join, th, ret);
 1043     SCOPED_INTERCEPTOR_RAW(pthread_exit, retval);
 1426   SCOPED_INTERCEPTOR_RAW(pthread_once, o, f);
 2094   SCOPED_INTERCEPTOR_RAW(fork, fake);
 2357   SCOPED_INTERCEPTOR_RAW(sigaction, sig, act, old);