Searched defs:sync (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dsync.c30 #include "sync.h"
38 int sync = -1; local
41 ret = read(fd, &sync, sizeof(sync));
43 ERROR("sync wait failure : %m");
50 if ((size_t)ret != sizeof(sync)) {
51 ERROR("unexpected sync size: %zu expected %zu", (size_t)ret, sizeof(sync));
55 if (sync == LXC_SYNC_ERROR) {
61 if (sync !
71 int sync = sequence; local
[all...]

Completed in 15 milliseconds