Lines Matching refs:handle

1300   // Some pathologies this scheme doesn't handle:
1541 // 5/22/01: Right now alternate signal stacks do not handle
1565 // handle stack overflow. This is now handled by allocating
1836 // sure it is async-safe and can handle partially initialized VM.
1857 // sure it is async-safe and can handle partially initialized VM.
2043 void *handle;
2053 handle = dlopen(dli.dli_fname, RTLD_LAZY);
2054 if (handle == NULL) {
2058 dlinfo(handle, RTLD_DI_LINKMAP, &map);
2072 dlclose(handle);
2211 void* os::dll_lookup(void* handle, const char* name) {
2212 return dlsym(handle, name);
2812 // See if the error is one we can let the caller handle. This
4602 // a serious error if it tried to handle an exception (such as a null check
5229 void *handle = dlopen("liblgrp.so.1", RTLD_LAZY);
5230 if (handle != NULL) {
5231 os::Solaris::set_lgrp_home(CAST_TO_FN_PTR(lgrp_home_func_t, dlsym(handle, "lgrp_home")));
5232 os::Solaris::set_lgrp_init(CAST_TO_FN_PTR(lgrp_init_func_t, dlsym(handle, "lgrp_init")));
5233 os::Solaris::set_lgrp_fini(CAST_TO_FN_PTR(lgrp_fini_func_t, dlsym(handle, "lgrp_fini")));
5234 os::Solaris::set_lgrp_root(CAST_TO_FN_PTR(lgrp_root_func_t, dlsym(handle, "lgrp_root")));
5235 os::Solaris::set_lgrp_children(CAST_TO_FN_PTR(lgrp_children_func_t, dlsym(handle, "lgrp_children")));
5236 os::Solaris::set_lgrp_resources(CAST_TO_FN_PTR(lgrp_resources_func_t, dlsym(handle, "lgrp_resources")));
5237 os::Solaris::set_lgrp_nlgrps(CAST_TO_FN_PTR(lgrp_nlgrps_func_t, dlsym(handle, "lgrp_nlgrps")));
5239 dlsym(handle, "lgrp_cookie_stale")));
6319 // With usr/lib/lwp going to kernel, always handle ETIME