Home | History | Annotate | Download | only in dropbear

Lines Matching refs:atomicio

159 #include "atomicio.h"
718 if (atomicio(read, fd, &old_ut, sizeof(old_ut)) == sizeof(old_ut) &&
726 if (atomicio(write, fd, ut, sizeof(*ut)) != sizeof(*ut))
915 if (atomicio(write, fd, ut, sizeof(*ut)) != sizeof(*ut)) {
1022 if (atomicio(read, fd, &ut, sizeof(ut)) != sizeof(ut)) {
1082 if (atomicio(write, fd, utx, sizeof(*utx)) != sizeof(*utx)) {
1178 if (atomicio(read, fd, &utx, sizeof(utx)) != sizeof(utx)) {
1371 if (atomicio(write, fd, &last, sizeof(last)) != sizeof(last)) {