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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Mlib.c40 static void stop_timer(int numsec, int ntimes);
145 return stop_timer;
210 static void stop_timer(int numsec, int ntimes) function
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c191 mlib_stop_timer stop_timer = NULL; variable
470 if (s_timeIt) (*stop_timer)(3600, 1);
729 if (s_timeIt) (*stop_timer)(3600,1);
938 if (s_timeIt) (*stop_timer)(3600,1);
1150 if (s_timeIt) (*stop_timer)(3600,1);
1492 if (s_timeIt) (*stop_timer)(3600, 1);
1737 if (s_timeIt) (*stop_timer)(3600, 1);
1748 stop_timer = awt_setMlibStopTimer();
1749 if (start_timer && stop_timer) {

Completed in 101 milliseconds