Lines Matching defs:dlclose
65 * Cause interposition on dlclose() and dlopen()
67 #pragma weak dlclose = _tnfctl_dlclose
263 * and a dlopen or dlclose happening at the same time in another thread.
269 * dlopen or dlclose.
294 * dlclose interposition with a recursive lock so that a .fini section
295 * can recursively call dlopen or dlclose while holding _tnfctl_lmap_lock
310 real_dlclose = (int (*)(void *)) dlsym(RTLD_NEXT, "dlclose");
318 /* recursive dlopen/dlclose by same thread */
321 /* not a recursive dlopen/dlclose - wait on lock */
332 * dlopen/dlclose
343 * can recursively call dlopen or dlclose while holding _tnfctl_lmap_lock
367 /* recursive dlopen/dlclose by same thread */
370 /* not a recursive dlopen/dlclose - wait on lock */
381 * dlopen/dlclose