Home
last modified time | relevance | path

Searched refs:tsd_last (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
Dx11vnc.c781 time_t tsd_last; in check_redir_services() local
828 tsd_last = (time_t) atoi(prop); in check_redir_services()
829 if (time(NULL) > tsd_last + 30) { in check_redir_services()
831 time(NULL) - tsd_last); in check_redir_services()
833 } else if (pid > 0 && time(NULL) > tsd_last + 6) { in check_redir_services()