Lines Matching refs:atomicio
46 #include "atomicio.h"
102 if (atomicio(read, fd, buf + off, 1) != 1)
230 cnt = atomicio(vwrite, proxyfd, buf, 3);
234 cnt = atomicio(read, proxyfd, buf, 2);
283 cnt = atomicio(vwrite, proxyfd, buf, wlen);
287 cnt = atomicio(read, proxyfd, buf, 4);
296 cnt = atomicio(read, proxyfd, buf + 4, 6);
301 cnt = atomicio(read, proxyfd, buf + 4, 18);
321 cnt = atomicio(vwrite, proxyfd, buf, wlen);
325 cnt = atomicio(read, proxyfd, buf, 8);
353 cnt = atomicio(vwrite, proxyfd, buf, r);
372 if ((ssize_t)(cnt = atomicio(vwrite, proxyfd, buf, r)) != r)
377 if ((cnt = atomicio(vwrite, proxyfd, __UNCONST("\r\n"), 2)) != 2)