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

/ndk/tests/device/test-gabi++-guard/jni/
H A Dtest_guard.cpp21 static Foo* getInstance(void) function
24 // the first time that getInstance() is called, in a thread-safe
36 sInstances[index] = getInstance();
52 Foo* foo = getInstance();

Completed in 61 milliseconds