Searched refs:g_get_globals (Results 1 – 1 of 1) sorted by relevance
58 static get_globals_fn g_get_globals; variable79 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()