Searched refs:SplashScreenThread (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.m185 void * SplashScreenThread(void *param);
193 rc = pthread_create(&thr, &attr, SplashScreenThread, (void *) splash);
329 SplashScreenThread(void *param) {
/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