HomeSort by relevance Sort by last modified time
    Searched defs:_mysleep (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/x11vnc/misc/
blockdpy.c 128 struct timeval _mysleep; variable in typeref:struct:timeval
130 _mysleep.tv_sec = ((x)*1000) / 1000000; \
131 _mysleep.tv_usec = ((x)*1000) % 1000000; \
132 select(0, NULL, NULL, NULL, &_mysleep);
  /external/libvncserver/x11vnc/
util.c 41 struct timeval _mysleep; variable in typeref:struct:timeval

Completed in 41 milliseconds