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

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_cgl.c42 static void *dl_handle = NULL; variable in typeref:typename:void *
86 dl_handle = h;
126 return dl_handle;
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_cgl.c42 static void *dl_handle = NULL; variable in typeref:typename:void *
86 dl_handle = h;
126 return dl_handle;
/xsrc/external/mit/MesaLib.old/dist/src/glx/windows/
H A Dwindowsgl.c40 static void *dl_handle = NULL; local in function:windows_get_dl_handle
42 if (!dl_handle)
43 dl_handle = dlopen("cygnativeGLthunk.dll", RTLD_NOW);
45 return dl_handle;
/xsrc/external/mit/MesaLib/dist/src/glx/windows/
H A Dwindowsgl.c40 static void *dl_handle = NULL; local in function:windows_get_dl_handle
42 if (!dl_handle)
43 dl_handle = dlopen("cygnativeGLthunk.dll", RTLD_NOW);
45 return dl_handle;
/xsrc/external/mit/libX11/dist/src/
H A Dlocking.c602 void *dl_handle = dlopen(NULL, RTLD_LAZY); local in function:XInitThreads
603 if (!dl_handle ||
604 ((_x11_thr_self = (xthread_t(*)())dlsym(dl_handle,"thr_self")) == 0)) {

Completed in 5 milliseconds