Home
last modified time | relevance | path

Searched refs:HANDLE_EINTR (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_netbsd.cpp142 HANDLE_EINTR(res, (sptr)_sys_read(fd, buf, (size_t)count)); in internal_read()
149 HANDLE_EINTR(res, (sptr)_sys_write(fd, buf, count)); in internal_write()
156 HANDLE_EINTR(res, __ftruncate(fd, 0, (s64)size)); in internal_ftruncate()
Dsanitizer_stoptheworld_netbsd_libcdep.cpp119 HANDLE_EINTR(waitpid_status, internal_waitpid(pid_, &status, 0)); in SuspendAllThreads()
Dsanitizer_internal_defs.h396 #define HANDLE_EINTR(res, f) \ macro
Dsanitizer_stoptheworld_linux_libcdep.cpp165 HANDLE_EINTR(waitpid_status, internal_waitpid(tid, &status, __WALL)); in SuspendThread()
Dsanitizer_linux.cpp226 HANDLE_EINTR(res, in internal_read()
233 HANDLE_EINTR(res, in internal_write()
240 HANDLE_EINTR(res, (sptr)internal_syscall(SYSCALL(ftruncate), fd, in internal_ftruncate()