Home | History | Annotate | Download | only in pending

Lines Matching full:timestamp

1198   int64_t timestamp;
1205 curr = timestamp = time(NULL);
1206 timestamp = SWAP_BE64(timestamp);
1207 writeall(fd, &timestamp, sizeof(timestamp));
1235 int64_t timestamp;
1242 curr = timestamp = time(NULL);
1243 timestamp = SWAP_BE64(timestamp);
1244 writeall(fd, &timestamp, sizeof(timestamp));
1546 int64_t timestamp;
1552 if (read(fd, &timestamp, sizeof(timestamp)) != sizeof(timestamp))
1555 timestamp = SWAP_BE64(timestamp);
1556 passed = time(NULL) - timestamp;
1577 int64_t timestamp;
1583 timestamp, sizeof(timestamp)) != sizeof(timestamp))
1586 timestamp = SWAP_BE64(timestamp);
1587 passed = time(NULL) - timestamp;