OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:g_get_globals
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp
58
static get_globals_fn
g_get_globals
;
variable
79
g_thread_objects[id] = (*
g_get_globals
)();
104
g_get_globals
= reinterpret_cast<get_globals_fn>(dlsym(lib, "get_globals"));
105
if (!
g_get_globals
) {
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp
58
static get_globals_fn
g_get_globals
;
variable
79
g_thread_objects[id] = (*
g_get_globals
)();
104
g_get_globals
= reinterpret_cast<get_globals_fn>(dlsym(lib, "get_globals"));
105
if (!
g_get_globals
) {
Completed in 154 milliseconds