Lines Matching full:atomicio
71 #include "atomicio.h"
111 if (atomicio(vwrite, mon->m_log_sendfd, buffer_ptr(&log_msg),
137 if (atomicio(vwrite, sock, buf, sizeof(buf)) != sizeof(buf))
139 if (atomicio(vwrite, sock, buffer_ptr(m), mlen) != mlen)
151 if (atomicio(read, sock, buf, sizeof(buf)) != sizeof(buf)) {
161 if (atomicio(read, sock, buffer_ptr(m), msg_len) != msg_len)