Home
last modified time | relevance | path

Searched refs:RTLD_DEFAULT (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_systhread.c46 #ifndef RTLD_DEFAULT
47 #define RTLD_DEFAULT NULL macro
98 void *fn = dlsym(RTLD_DEFAULT, "pthread_setname_np"); in SDL_SYS_CreateThread()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/
A Dshared_library.h56 return dlsym(RTLD_DEFAULT, symbol);
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavulkan.m49 /* Since libSDL is most likely a .dylib, need RTLD_DEFAULT not RTLD_SELF. */
50 #define DEFAULT_HANDLE RTLD_DEFAULT
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitvulkan.m46 /* Since libSDL is static, could use RTLD_SELF. Using RTLD_DEFAULT is future
48 #define DEFAULT_HANDLE RTLD_DEFAULT
A DSDL_uikitopengles.m61 return dlsym(RTLD_DEFAULT, proc);

Completed in 5 milliseconds