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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Mlib.c39 static void start_timer(int numsec);
141 return start_timer;
198 static void start_timer(int numsec) function
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c190 mlib_start_timer start_timer = NULL; variable
265 if (s_timeIt) (*start_timer)(3600);
506 if (s_timeIt) (*start_timer)(3600);
765 (*start_timer)(3600);
970 (*start_timer)(3600);
1290 if (s_timeIt) (*start_timer)(3600);
1526 if (s_timeIt) (*start_timer)(3600);
1747 start_timer = awt_setMlibStartTimer();
1749 if (start_timer && stop_timer) {

Completed in 31 milliseconds