Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/tests/
Dmalloc_lockup.cpp58 static get_globals_fn g_get_globals; variable
79 g_thread_objects[id] = (*g_get_globals)(); in my_thread()
104 g_get_globals = reinterpret_cast<get_globals_fn>(dlsym(lib, "get_globals")); in main()
105 if (!g_get_globals) { in main()