HomeSort by: relevance | last modified time | path
    Searched defs:gettimeofday (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
win32_util.c 29 gettimeofday(struct timeval* tp, void* tzp) function
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xos.h 111 # define gettimeofday(t) \ macro
123 /* define X_GETTIMEOFDAY macro, a portable gettimeofday() */
125 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
128 # define X_GETTIMEOFDAY(t) gettimeofday(t)
130 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
  /xsrc/external/mit/xterm/dist/
configure 6111 echo "$as_me:6111: checking for gettimeofday" >&5
6112 echo $ECHO_N "checking for gettimeofday... $ECHO_C" >&6
6119 #define gettimeofday autoconf_temporary
6121 #undef gettimeofday
6129 char gettimeofday (void);
6139 #error found stub for gettimeofday
6142 return gettimeofday ();
6177 echo "$as_me:6177: checking for gettimeofday in -lbsd" >&5
6178 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6
6194 char gettimeofday (void)
6198 gettimeofday (); function
    [all...]
  /xsrc/external/mit/x11perf/dist/
x11perf.c 198 int gettimeofday(tp) function

Completed in 8 milliseconds