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

/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c521 SplashScreenThread(LPVOID param) function
546 CreateThread(NULL, 0, SplashScreenThread, (LPVOID) splash, 0, &threadId);
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c734 SplashScreenThread(void *param) { function
770 rc = pthread_create(&thr, &attr, SplashScreenThread, (void *) splash);

Completed in 32 milliseconds