Searched refs:internal_unlink (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h54 uptr internal_unlink(const char *path);
H A Dsanitizer_netbsd.cpp186 uptr internal_unlink(const char *path) { function in namespace:__sanitizer
H A Dsanitizer_posix.cpp355 res = internal_unlink(shmname);
H A Dsanitizer_mac.cpp191 uptr internal_unlink(const char *path) { function in namespace:__sanitizer
H A Dsanitizer_linux.cpp401 uptr internal_unlink(const char *path) { function in namespace:__sanitizer
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp179 internal_unlink(name); // Unlink it now, so that we can reuse the buffer.

Completed in 131 milliseconds