Searched refs:internal_write (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h38 uptr internal_write(fd_t fd, const void *buf, uptr count);
H A Dsanitizer_posix.cpp184 uptr res = internal_write(fd, buff, buff_size);
271 internal_write(fd, buffer, length);
H A Dsanitizer_netbsd.cpp135 uptr internal_write(fd_t fd, const void *buf, uptr count) { function in namespace:__sanitizer
H A Dsanitizer_posix_libcdep.cpp285 internal_write(sock_pair[1], reinterpret_cast<void *>(beg), size);
H A Dsanitizer_mac.cpp156 uptr internal_write(fd_t fd, const void *buf, uptr count) { function in namespace:__sanitizer
H A Dsanitizer_linux.cpp220 uptr internal_write(fd_t fd, const void *buf, uptr count) { function in namespace:__sanitizer
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp187 internal_write(fd, marker.data(), marker.size() * sizeof(u64));

Completed in 213 milliseconds