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

/external/tlsdate/src/
H A Dtlsdate-setter.c76 time_setter_coprocess (int time_fd, int notify_fd, struct state *state) argument
174 IGNORE_EINTR (write (notify_fd, &status, sizeof(status)));
177 IGNORE_EINTR (write (notify_fd, &status, sizeof(status)));
178 close (notify_fd);

Completed in 120 milliseconds