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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c83 static void *gthread_libhandle = NULL; variable
405 void* result = dlsym(gthread_libhandle, name);
487 gthread_libhandle = dlopen(GTHREAD_LIB_VERSIONED, RTLD_LAZY | RTLD_LOCAL);
488 if (gthread_libhandle == NULL) {
489 gthread_libhandle = dlopen(GTHREAD_LIB, RTLD_LAZY | RTLD_LOCAL);
490 if (gthread_libhandle == NULL)
721 dlclose(gthread_libhandle);
722 gthread_libhandle = NULL;
834 dlclose(gthread_libhandle);

Completed in 36 milliseconds